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

[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) #26635

Merged
merged 1 commit into from Jun 10, 2021

Conversation

@ethanfurman
Copy link
Member

@ethanfurman ethanfurman commented Jun 10, 2021

Move the check for missing named flags in flag aliases from Flag creation
to a new verify decorator..

(cherry picked from commit eea8148)

Co-authored-by: Ethan Furman ethan@stoneleaf.us

https://bugs.python.org/issue44242

…GH-26586)

Move the check for missing named flags in flag aliases from Flag creation
to a new *verify* decorator..
                    (cherry picked from commit eea8148)

                    Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
@tacaswell
Copy link
Contributor

@tacaswell tacaswell commented Jun 10, 2021

I can confirm that the enums in PyQt6 are importable again on this branch 👍

@ethanfurman ethanfurman merged commit 7496486 into 3.10 Jun 10, 2021
14 checks passed
@ethanfurman ethanfurman deleted the backport-eea8148-3.10 branch Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants