]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jan 2022 14:27:26 +0000 (06:27 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 14:27:26 +0000 (06:27 -0800)
commit9a9061d1ca7e28dc2b7e326153e933872c7cd452
tree6ad5086e9c92e18459fee1ae7434e15c30dca932
parent8f082e2bf43c1367e30d00874267dd25f7256cd0
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)

* 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 7d7817cf0f826e566d8370a0e974bbfed6611d91)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/_base.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2021-12-17-12-06-40.bpo-20369.zzLuBz.rst [new file with mode: 0644]