bpo-20369: concurrent.futures.wait() now deduplicates futures given a… by kumaraditya303 · Pull Request #30168 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
cc @pablogsal I think this can be merged as the comments were addressed.
Thanks @kumaraditya303 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg.
📜🤖 Added by blurb_it.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 7d7817c)
Co-authored-by: Kumar Aditya 59607654+kumaraditya303@users.noreply.github.com
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg.
📜🤖 Added by blurb_it.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 7d7817c)
Co-authored-by: Kumar Aditya 59607654+kumaraditya303@users.noreply.github.com
miss-islington added a commit that referenced this pull request
bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg.
📜🤖 Added by blurb_it.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 7d7817c)
Co-authored-by: Kumar Aditya 59607654+kumaraditya303@users.noreply.github.com
miss-islington added a commit that referenced this pull request
bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg.
📜🤖 Added by blurb_it.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 7d7817c)
Co-authored-by: Kumar Aditya 59607654+kumaraditya303@users.noreply.github.com
Labels
An unexpected behavior, bug, or error