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

enum: Python 3.13 update #12049

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

aminalaee
Copy link
Contributor

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@aminalaee aminalaee marked this pull request as ready for review May 27, 2024 19:59
@aminalaee aminalaee changed the title enum: Python3.13 update May 28, 2024
def member_names(self) -> list[str]: ...

if sys.version_info >= (3, 13):
EnumDict = _EnumDict
Copy link
Member

Choose a reason for hiding this comment

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

This appears to be undocumented, reopened python/cpython#112328.

@JelleZijlstra JelleZijlstra merged commit 9908f60 into python:main Jun 1, 2024
63 checks passed
@aminalaee aminalaee deleted the enum-python3.13 branch June 1, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants