Skip to content

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

Merged
ethanfurman merged 1 commit into3.10from
backport-eea8148-3.10
Jun 10, 2021
Merged

[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586)#26635
ethanfurman merged 1 commit into3.10from
backport-eea8148-3.10

Conversation

@ethanfurman
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
@ethanfurman ethanfurman deleted the backport-eea8148-3.10 branch June 10, 2021 14:24
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.

4 participants