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

[mypyc] Fix Python 3.11 C API errors #12850

Merged
merged 1 commit into from
May 23, 2022

Conversation

97littleleaf11
Copy link
Collaborator

Description

Closes mypyc/mypyc#931
Closes mypyc/mypyc#923

Related CPython modification:

python/cpython#89874
python/cpython#31530

@97littleleaf11 97littleleaf11 requested a review from JukkaL May 23, 2022 03:49
Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

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

Thanks, this is important to allow us to properly test 3.11 in CI (and eventually fully support 3.11).

@JukkaL JukkaL merged commit c8efeed into python:master May 23, 2022
@97littleleaf11 97littleleaf11 deleted the fix-mypyc-py311 branch May 23, 2022 14:44
Sign up for free to 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.

Python 3.11 support CPython C API deprecation on Python 3.11
2 participants