Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 16, 2018

On Unix, C extensions are no longer linked to libpython in distutils.

https://bugs.python.org/issue34814

@vstinner
Copy link
Member Author

On Windows, C extensions are still always linked to libpython in distutils.

@vstinner
Copy link
Member Author

cc @serge-sans-paille

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to add a simple test for this in test_distutils.py (for example restricted to Linux, by calling ldd)?

On Unix, C extensions are no longer linked to libpython in distutils.
@vstinner vstinner closed this Oct 23, 2018
@vstinner vstinner reopened this Oct 23, 2018
@vstinner
Copy link
Member Author

I closed/reopened my PR to reschedule CI jobs.

@vstinner
Copy link
Member Author

I closed https://bugs.python.org/issue34814 as "not a bug", so I close this PR as well.

@vstinner vstinner closed this Apr 16, 2019
@vstinner vstinner deleted the dont_link_libpython branch April 16, 2019 15:39
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.

5 participants