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

CPython 3.8 debug/release wheel ABI compatibility #172

Closed
chrahunt opened this issue Jul 24, 2019 · 1 comment · Fixed by #199
Closed

CPython 3.8 debug/release wheel ABI compatibility #172

chrahunt opened this issue Jul 24, 2019 · 1 comment · Fixed by #199
Labels

Comments

@chrahunt
Copy link
Member

chrahunt commented Jul 24, 2019

Per bpo-36465, Python 3.8 will support libraries compiled against a release build running in a debug build of the interpreter.

Pip could make this easier to take advantage of by allowing e.g. cp38dm and cp38m wheels in a debug Python 3.8. If we are planning to switch to packaging.tags then that may be the place to make the actual changes and this issue could be closed or track the integration.

Additional context

@pradyunsg pradyunsg transferred this issue from pypa/pip Jul 25, 2019
@pradyunsg
Copy link
Member

Moved to packaging since we'd want to do this in packaging.tags, so that there's no duplicated effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants