Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-36722: Debug build loads libraries built in release mode #12952
+29
−2
Conversation
the-knights-who-say-ni
added
the
CLA signed
label
Apr 25, 2019
bedevere-bot
added
the
awaiting core review
label
Apr 25, 2019
vstinner
requested review from
pitrou and
doko42
Apr 25, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
Apr 25, 2019
vstinner
merged commit 5422e3c
into
python:master
Apr 25, 2019
bedevere-bot
removed
the
awaiting merge
label
Apr 25, 2019
vstinner
deleted the
vstinner:alt_soabi
branch
Apr 25, 2019
This comment has been minimized.
This comment has been minimized.
|
Thanks for the review @pitrou! |
arnolddumas
added a commit
to arnolddumas/cpython
that referenced
this pull request
May 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
vstinner commentedApr 25, 2019
•
edited by bedevere-bot
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