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-36722: Debug build loads libraries built in release mode #12952

Merged
merged 1 commit into from
Apr 25, 2019
Merged

bpo-36722: Debug build loads libraries built in release mode #12952

merged 1 commit into from
Apr 25, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 25, 2019

In debug build, import now also looks for C extensions compiled in
release mode and for C extensions compiled in the stable ABI.

https://bugs.python.org/issue36722

In debug build, import now also looks for C extensions compiled in
release mode and for C extensions compiled in the stable ABI.
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.

+1 from me.

@vstinner vstinner merged commit 5422e3c into python:master Apr 25, 2019
@vstinner vstinner deleted the alt_soabi branch April 25, 2019 23:40
@vstinner
Copy link
Member Author

Thanks for the review @pitrou!

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.

4 participants