bpo-36659: distutils UnixCCompiler removes stdlib from rpath by vstinner · Pull Request #12876 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

vstinner wants to merge 1 commit intopython:masterfrom

vstinner:distutils_rpath

Closed

bpo-36659: distutils UnixCCompiler removes stdlib from rpath#12876

vstinner wants to merge 1 commit intopython:masterfrom

vstinner:distutils_rpath

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Apr 18, 2019

edited by bedevere-bot

Loading

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

https://bugs.python.org/issue36659

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>

@vstinner

Copy link Copy Markdown

Member Author

This patch is a bad idea, see the discussion on the issue: https://bugs.python.org/issue36659#msg340839

@vstinner vstinner closed this

Apr 25, 2019

@vstinner vstinner deleted the distutils_rpath branch

April 25, 2019 13:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot