- Notifications
You must be signed in to change notification settings - Fork3.8k
Inline _PyArg_NoKeywords from Python 3.13 in case it is missing#4269
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
Python 3.13 made this private:python/cpython#110966Fixespygame#4099
Hi@hroncok, thanks for this. For fixing the formatting... The python 3.6 builds are failing. I guess a version guard would be suitable. /* python > 3.12 */#ifPY_VERSION_HEX>0x030C0000#ifndef_PyArg_NoKeywords#endif#endif |
I won't be able to dedicate more time to this, sorry. Feel free to amend any changes necessary. |
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.
👍
Cool. Thanks again. I'll finish it off. |
Python 3.13 made this private:
python/cpython#110966
Fixes#4099