]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 4 Jan 2022 13:36:13 +0000 (19:06 +0530)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 13:36:13 +0000 (13:36 +0000)
commit7d7817cf0f826e566d8370a0e974bbfed6611d91
tree9d7e29dfd0e13cbdc6e0bed9bdca8f457ad12c4f
parentb949845b36b999185ed2bdf8a04dca1da39f3002
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>
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]