bpo-36659: distutils UnixCCompiler removes stdlib from rpath by vstinner · Pull Request #12876 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
bpo-36659: distutils UnixCCompiler removes stdlib from rpath#12876
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:distutils_rpath
bpo-36659: distutils UnixCCompiler removes stdlib from rpath#12876
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:distutils_rpath
Conversation
Copy link Copy Markdown
Member
distutils UnixCCompiler now removes the standard library from the
run-time search path ("rpath").
Initial patch written by David Malcolm.
Co-Authored-By: David Malcolm dmalcolm@redhat.com
distutils UnixCCompiler now removes the standard library from the
run-time search path ("rpath").
Initial patch written by David Malcolm.
Co-Authored-By: David Malcolm <dmalcolm@redhat.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Copy link Copy Markdown
Member Author
vstinner
commented
Apr 25, 2019
vstinner commented
Apr 25, 2019This patch is a bad idea, see the discussion on the issue: https://bugs.python.org/issue36659#msg340839
vstinner
closed this
vstinner
deleted the
distutils_rpath
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment