bpo-41282: Load install schemes from sysconfig (port from CPython)#84
bpo-41282: Load install schemes from sysconfig (port from CPython)#84
Conversation
|
Okay, guessing we will need pypy and pypy_nt added (@mattip, correct?). Also, "headers" is not present, but why isn't it triggering on "include"? That error (on 3.6) is weird. @frenzymadness, perhaps? Also, shouldn't any PR to distutils in CPython automatically be requested to make a PR here? |
|
Yes, PyPy 3.7 still needs |
Yes, probably. I wasn't fully grasping the implications of the changes to CPython when I reviewed it. My (incorrect) assessment was that the changes to stdlib were primarily removing functionality toward deprecation and that this project could adopt those changes as needed/desired. I agree, changes to CPython should be ported here. |
|
Now I worry I may really have confused things with my analysis in pypa/setuptools#2946. A few things:
|
|
Apologies for the bad advice on the relevant PR, but distutils has diverged from cpython/distutils in this effort, so I'm going to close. |
In response to pypa/setuptools#2946.
Directly applying the changes from python/cpython#24549. No other testing at the moment.