I have been using standard distutils for large C extensions without
any issues.

Since distutils does not change, why remove it? It is a lot of work
for people with little gain.

I'd really like to build C extensions without downloading an external
package.


Features like C++ support have not been worked on for more than a
decade.  Are the setuptools maintainers planning to address these
issues now?




> * Modules/_decimal/tests/formathelper.py

    elif find_executable('locale'):
        locale_list = subprocess.Popen(["locale", "-a"],
                          stdout=subprocess.PIPE).communicate()[0]

One of the many things that just work out of the box.  -10 on removing
distutils from the stdlib.  Freezing it is fine.



Stefan Krah


_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/6LQN5OAJQSEJS6YHRZNK4QORJXCHLPHA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to