bpo-36722: Debug build loads libraries built in release mode by vstinner · Pull Request #12952 · python/cpython
Conversation
Member
In debug build, import now also looks for C extensions compiled in
release mode and for C extensions compiled in the stable ABI.
In debug build, import now also looks for C extensions compiled in release mode and for C extensions compiled in the stable ABI.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
requested review from
doko42 and
pitrou
pitrou
approved these changes
pitrou
left a comment
pitrou
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from me.
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
vstinner
merged commit
5422e3c
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
alt_soabi
branch
vstinner
commented
Apr 25, 2019
vstinner commented
Member Author
Thanks for the review @pitrou!
Osyotr
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment