-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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 <kirill.bast9@mail.ru>
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 <ethan@stoneleaf.us> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
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 <ethan@stoneleaf.us> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This was referenced Mar 11, 2024
ethanfurman
added a commit
that referenced
this issue
Mar 12, 2024
ethanfurman
added a commit
that referenced
this issue
Mar 12, 2024
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 <kirill.bast9@mail.ru>
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 <kirill.bast9@mail.ru>
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: