◐ Shell
clean mode source ↗

bpo-36722: Debug build loads libraries built in release mode by vstinner · Pull Request #12952 · python/cpython

Conversation

@vstinner

@vstinner vstinner commented

Apr 25, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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.

@pitrou pitrou left a comment

Copy link Copy Markdown

Member

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

Reviewers

@pitrou pitrou pitrou approved these changes

@doko42 doko42 Awaiting requested review from doko42

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @pitrou @the-knights-who-say-ni @bedevere-bot