-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
concurrent.futures
does not include InvalidStateError
in its __all__
#120121
Labels
type-bug
An unexpected behavior, bug, or error
Comments
kumaraditya303
pushed a commit
that referenced
this issue
Jun 8, 2024
Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 8, 2024
…ythonGH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 8, 2024
…ythonGH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
kumaraditya303
pushed a commit
that referenced
this issue
Jun 8, 2024
…GH-120123) (#120274) gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
kumaraditya303
pushed a commit
that referenced
this issue
Jun 8, 2024
…GH-120123) (#120273) gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…ython#120123) Co-authored-by: Nikita Sobolev <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…ython#120123) Co-authored-by: Nikita Sobolev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
InvalidStateError
is introduced in #7056, but not included in the module's__all__
. A PR is on the way.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: