Earlier quoted context omitted.
> An example of a more recent deprecation is the 'distutils' module which was deprecated in 3.10. distutils was functionally deprecated long before that. Even the Python 2.7 documentation (released in 2010!) recommended that users avoid distutils and use setuptools instead: https://docs.python.org/2.7/library/distutils.html
Isn't setuptools deprecated now too or on the chopping block?
Last I checked, there was no good way to package hand-written Python/C extensions than setuptools, but that was a couple of years ago.
In any case, there's a large installed-based of setuptools-based projects making it hard to get rid of.