-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-95166: cancel map waited on future on timeout #95169
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.
LGTM
Misc/NEWS.d/next/Library/2022-07-23-10-42-05.gh-issue-95166.xw6p3C.rst
Outdated
Show resolved
Hide resolved
…6p3C.rst Co-authored-by: Kumar Aditya <[email protected]>
Thanks @graingert for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Co-authored-by: Kumar Aditya <[email protected]> (cherry picked from commit e16d4ed) Co-authored-by: Thomas Grainger <[email protected]>
GH-95364 is a backport of this pull request to the 3.11 branch. |
Co-authored-by: Kumar Aditya <[email protected]> (cherry picked from commit e16d4ed) Co-authored-by: Thomas Grainger <[email protected]>
#95375 is the backport of this pull request to the 3.10 branch. |
Co-authored-by: Kumar Aditya <[email protected]> (cherry picked from commit e16d4ed) Co-authored-by: Thomas Grainger <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
…H-95375) Co-authored-by: Thomas Grainger <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
concurrent.futures.Executor.map
does not cancel the currently waited on future #95166