The Wayback Machine - https://web.archive.org/web/20250119092624/https://github.com/python/cpython/pull/28204
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-45035: distutils install command doesn't use platlibdir #28204

Closed
wants to merge 1 commit into from
Closed

bpo-45035: distutils install command doesn't use platlibdir #28204

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 7, 2021

The distutils install command no longer use sys.platlibdir (ex:
lib64/ on Fedora) for the "unix_home" scheme, but always use the lib/
subdirectory.

https://bugs.python.org/issue45035

The distutils install command no longer use sys.platlibdir (ex:
lib64/ on Fedora) for the "unix_home" scheme, but always use the lib/
subdirectory.
@encukou
Copy link
Member

encukou commented Sep 7, 2021

Since distutils is deprecated, would it be better to keep the 3.9 behavior than to make it correct?

@vstinner vstinner removed the needs backport to 3.10 only security fixes label Sep 7, 2021
@vstinner
Copy link
Member Author

vstinner commented Sep 7, 2021

The change is more controversial than what I expected, I remove the "needs backport to 3.10" label :-D I'm not even sure if this change is a good idea. Let's discuss it in the issue.

@vstinner vstinner closed this Sep 21, 2021
@vstinner vstinner deleted the unix_home_lib branch September 21, 2021 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants