Skip to content

Conversation

@hroncok
Copy link
Contributor

Python 3.13 made this private:
python/cpython#110966

Fixes#4099

@illume
Copy link
Member

Hi @hroncok,

thanks for this.

For fixing the formatting...

python3 -m pip install pre-commit pre-commit install pre-commit run -a 

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

@hroncok
Copy link
ContributorAuthor

I won't be able to dedicate more time to this, sorry. Feel free to amend any changes necessary.

@illumeillume changed the base branch from main to python3.13June 19, 2024 17:00
Copy link
Member

@illumeillume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@illumeillume merged commit f2cd999 into pygame:python3.13Jun 19, 2024
@illume
Copy link
Member

Cool. Thanks again. I'll finish it off.

@illumeillume mentioned this pull request Jun 19, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to new C API for Python 3.13

2 participants

@hroncok@illume