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

ABI of debug CPython builds #691

Open
pradyunsg opened this issue Apr 29, 2023 · 1 comment
Open

ABI of debug CPython builds #691

pradyunsg opened this issue Apr 29, 2023 · 1 comment

Comments

@pradyunsg
Copy link
Member

pradyunsg commented Apr 29, 2023

https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build

Since Python 3.8, the ABI of debug and release builds of CPython have the same ABI. This implies that we shouldn't be generating the d tags for those builds, since those have the same ABI as regular builds:

debug = "d"

@brettcannon
Copy link
Member

Is this true on Windows?

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

No branches or pull requests

2 participants