diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2022-03-17 20:51:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 20:51:40 (GMT) |
commit | 903f0a02c16240dc769a08c30e8d072a4fb09154 (patch) | |
tree | 00a9ff2477f94c7067c9daad481abde0d8d8ff3b /Misc | |
parent | 33698e8ff40fcc67df3d95658e87196f8021de6f (diff) | |
download | cpython-903f0a02c16240dc769a08c30e8d072a4fb09154.zip cpython-903f0a02c16240dc769a08c30e8d072a4fb09154.tar.gz cpython-903f0a02c16240dc769a08c30e8d072a4fb09154.tar.bz2 |
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Co-authored-by: Yury Selivanov <yury@edgedb.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-17-19-38-40.bpo-34790.zQIiVJ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-17-19-38-40.bpo-34790.zQIiVJ.rst b/Misc/NEWS.d/next/Library/2022-03-17-19-38-40.bpo-34790.zQIiVJ.rst new file mode 100644 index 0000000..50a71b5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-17-19-38-40.bpo-34790.zQIiVJ.rst @@ -0,0 +1 @@ +Remove passing coroutine objects to :func:`asyncio.wait`. |