]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-78530: add support for generators in `asyncio.wait` (#102761)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 17 Mar 2023 01:28:43 +0000 (06:58 +0530)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2023 01:28:43 +0000 (06:58 +0530)
commit4f5774f648eafd1a7076ecf9af9629fb81baa363
treeb5443a42ecb33ef0a86591c00edadaf6615fb556
parentf33b33eb31c11a32b2955eb1f002f02267bd7d61
GH-78530: add support for generators in `asyncio.wait` (#102761)
Doc/library/asyncio-task.rst
Doc/whatsnew/3.12.rst
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2023-03-16-16-43-04.gh-issue-78530.Lr8eq_.rst [new file with mode: 0644]