Hi I’d like to raise awareness to the two b.p.o. entries I recently created and their corresponding PRs: sysconfig's posix_user scheme has different platlib value to distutils's unix_user https://bugs.python.org/issue44860
sysconfig's posix_home scheme has different platlib value to distutils's unix_home https://bugs.python.org/issue45035 Since Python 3.10 switches from distutils to sysconfig as the canonical location to discover/install packages, I’d very much want these two to be included in 3.10.0 (and backported to 3.9 for consistency). Otherwise Python distributions that sets sys.platlibdir to a non-default value (e.g. Red Hat distributions sets it to lib64) will not be able to correctly run pip 21.3 (due October) on Python 3.10. TP -- Tzu-ping Chung (@uranusjr) uranu...@gmail.com https://uranusjr.com
_______________________________________________ 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/5UU6V2B3KBS4Z7OG5T7D6YQZASFNSBJM/ Code of Conduct: http://python.org/psf/codeofconduct/