Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.1k
pythoncapi_compat: don't define Py_NULL if it is already defined#18699
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hauntsaninja left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the fix!
0808624 intopython:masterUh oh!
There was an error while loading.Please reload this page.
cdce8p commentedFeb 18, 2025
Thanks@mr-c! /CC@vstinner |
vstinner commentedFeb 18, 2025
I fixed the issue upstream:python/pythoncapi-compat#138. I'm surprised that nobody reported the issue earlier. I didn't notice that the macro is redefined. |
cdce8p commentedFeb 18, 2025
Thanks@vstinner! |
…hon#18699)Fixes:python#18698 This is a naive fix for the gcc 15 error when compiling for Python 3.12
Fixes:#18698
This is a naive fix for the gcc 15 error when compiling for Python 3.12