Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-44860: Make sysconfig posix_user not depend on platlibdir #27655

Merged

Conversation

uranusjr
Copy link
Contributor

@uranusjr uranusjr commented Aug 7, 2021

@uranusjr uranusjr force-pushed the distutils-unix-user-platlib-match-sysconfig branch from 94fd056 to cc9efb1 Compare August 10, 2021 13:48
@uranusjr uranusjr changed the title bpo-44860: Match distutils's unix_user platlib to sysconfig Make sysconfig posix_user not depend on platlibdir Aug 10, 2021
@uranusjr uranusjr changed the title Make sysconfig posix_user not depend on platlibdir bpo-44860: Make sysconfig posix_user not depend on platlibdir Aug 10, 2021
@encukou encukou merged commit a5c6bcf into python:main Sep 7, 2021
@uranusjr uranusjr deleted the distutils-unix-user-platlib-match-sysconfig branch September 7, 2021 09:37
@uranusjr
Copy link
Contributor Author

uranusjr commented Sep 7, 2021

I think this needs to be backported to 3.10 (and 3.9?)

@pablogsal pablogsal added the needs backport to 3.10 only security fixes label Sep 7, 2021
@miss-islington
Copy link
Contributor

Thanks @uranusjr for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-28197 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 7, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 7, 2021
(cherry picked from commit a5c6bcf)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
@pablogsal
Copy link
Member

@ambv Check if you want to backport this to 3.9 (see the issue)

pablogsal pushed a commit that referenced this pull request Sep 7, 2021
…) (GH-28197)

(cherry picked from commit a5c6bcf)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
@encukou
Copy link
Member

encukou commented Sep 7, 2021

I wouldn't backport to 3.9. Changing install locations in a point release could be messy.
pip is using sysconfig in 3.10+ only, where distutils is deprecated. I expect any other tools to do the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants