Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
illume merged 1 commit intopygame:python3.13fromhroncok:python3.13
Jun 19, 2024

Conversation

@hroncok
Copy link
Contributor

Python 3.13 made this private:
python/cpython#110966

Fixes#4099

illume reacted with hooray emoji
@illume
Copy link
Member

Hi@hroncok,

thanks for this.

For fixing the formatting...

python3 -m pip install pre-commitpre-commit installpre-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.

illume reacted with heart emoji

@illumeillume changed the base branch frommain topython3.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 commitf2cd999 intopygame:python3.13Jun 19, 2024
@illume
Copy link
Member

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

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

Reviewers

@illumeillumeillume approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Update to new C API for Python 3.13

2 participants

@hroncok@illume

[8]ページ先頭

©2009-2025 Movatter.jp