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

Conversation

Projects
None yet
4 participants
@vstinner
Copy link
Member

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

bpo-36722: Debug build loads libraries built in release mode
In debug build, import now also looks for C extensions compiled in
release mode and for C extensions compiled in the stable ABI.
@pitrou

pitrou approved these changes Apr 25, 2019

Copy link
Member

left a comment

+1 from me.

@vstinner vstinner merged commit 5422e3c into python:master Apr 25, 2019

4 checks passed

bedevere/issue-number Issue number 36722 found
Details
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@vstinner vstinner deleted the vstinner:alt_soabi branch Apr 25, 2019

@vstinner

This comment has been minimized.

Copy link
Member Author

commented Apr 25, 2019

Thanks for the review @pitrou!

arnolddumas added a commit to arnolddumas/cpython that referenced this pull request May 3, 2019

bpo-36722: Debug build loads libraries built in release mode (pythonG…
…H-12952)

In debug build, import now also looks for C extensions compiled in
release mode and for C extensions compiled in the stable ABI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.