Skip to content

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

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:alt_soabi
Apr 25, 2019
Merged

bpo-36722: Debug build loads libraries built in release mode#12952
vstinner merged 1 commit intopython:masterfrom
vstinner:alt_soabi

Conversation

@vstinner
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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