X Tutup
The Wayback Machine - https://web.archive.org/web/20260329073218/https://github.com/python/cpython/pull/30401
Skip to content

[3.9] bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)#30401

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-7d7817c-3.9
Jan 4, 2022
Merged

[3.9] bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)#30401
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-7d7817c-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jan 4, 2022

  • 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

https://bugs.python.org/issue20369

pythonGH-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 7d7817c)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@kumaraditya303 and @pablogsal: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 9a9061d into python:3.9 Jan 4, 2022
@miss-islington miss-islington deleted the backport-7d7817c-3.9 branch January 4, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup