-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Pydoc fails for test.test_enum #116600
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
Comments
Simpler reproducer:
|
And the reproducer without using import enum
@enum.global_enum
class NoName(enum.Flag):
ONE = 1
print(repr(ONE)) |
I thought those tests were supposed to run during the CI? |
ethanfurman
added a commit
that referenced
this issue
Mar 11, 2024
* and fix global flag repr * Update Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst Co-authored-by: Kirill Podoprigora <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
* and fix global flag repr * Update Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst (cherry picked from commit 06e29a2) Co-authored-by: Ethan Furman <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 11, 2024
* and fix global flag repr * Update Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst (cherry picked from commit 06e29a2) Co-authored-by: Ethan Furman <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
This was referenced Mar 11, 2024
ethanfurman
added a commit
that referenced
this issue
Mar 12, 2024
* and fix global flag repr (cherry picked from commit 06e29a2) Co-authored-by: Ethan Furman <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
ethanfurman
added a commit
that referenced
this issue
Mar 12, 2024
* and fix global flag repr (cherry picked from commit 06e29a2) Co-authored-by: Ethan Furman <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
* and fix global flag repr * Update Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst Co-authored-by: Kirill Podoprigora <[email protected]>
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
* and fix global flag repr * Update Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst Co-authored-by: Kirill Podoprigora <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
cc @ethanfurman
Linked PRs
The text was updated successfully, but these errors were encountered: