]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102748: remove legacy support for generator based coroutines from `asyncio.iscorou...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 16 Mar 2023 14:58:10 +0000 (20:28 +0530)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 14:58:10 +0000 (20:28 +0530)
commitadaed17341e649fabb0f522e9b4f5962fcdf1d48
treee272950f38c6ab240568898c91e61e7f9478a461
parentfbe82fdd777cead5d6e08ac0d1da19738c19bd81
GH-102748: remove legacy support for generator based coroutines from `asyncio.iscoroutine` (#102749)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/whatsnew/3.12.rst
Lib/asyncio/coroutines.py
Lib/test/test_asyncio/test_pep492.py
Misc/NEWS.d/next/Library/2023-03-16-08-17-29.gh-issue-102748.WNACpI.rst [new file with mode: 0644]