Uh oh!
There was an error while loading. Please reload this page.
bpo-41282: Load install schemes from sysconfig (port from CPython) - #84
bpo-41282: Load install schemes from sysconfig (port from CPython)#84henryiii wants to merge 1 commit into
Conversation
henryiii
commented
Dec 21, 2021
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? |
mattip
commented
Dec 21, 2021
Yes, PyPy 3.7 still needs |
jaraco
commented
Dec 21, 2021
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. |
jaraco
commented
Dec 21, 2021
Now I worry I may really have confused things with my analysis in pypa/setuptools#2946. A few things:
|
jaraco
commented
Dec 23, 2021
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.