-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-120121: Add InvalidStateError to concurrent.futures.__all__ #120123
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Let's wait a bit for someone else with a better asyncio
expertise than me to merge it!
Misc/NEWS.d/next/Library/2024-06-05-16-30-28.gh-issue-120121.9dz8i7.rst
Outdated
Show resolved
Hide resolved
…dz8i7.rst Co-authored-by: Nikita Sobolev <[email protected]>
@willingc you are one of the few active |
Thanks @aisk for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…ythonGH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
GH-120273 is a backport of this pull request to the 3.13 branch. |
…ythonGH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
GH-120274 is a backport of this pull request to the 3.12 branch. |
…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]>
…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]>
…ython#120123) Co-authored-by: Nikita Sobolev <[email protected]>
…ython#120123) Co-authored-by: Nikita Sobolev <[email protected]>
concurrent.futures
does not includeInvalidStateError
in its__all__
#120121