]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 3 Sep 2020 04:54:46 +0000 (21:54 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 04:54:46 +0000 (21:54 -0700)
commit0770ad948cb6d9f7f6c4002efd83e27c27069808
treeb3b40d1fa497c21ed6475f83279713dd7722e3b2
parent4a97b1517a6b5ff22e2984b677a680b07ff0ce11
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)

* bpo-41696: Fix handling of debug mode in asyncio.run

This allows PYTHONASYNCIODEBUG or -X dev to enable asyncio debug mode
when using asyncio.run

* ðŸ“œðŸ¤– Added by blurb_it.

Co-authored-by: hauntsaninja <>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2020-09-03-01-35-32.bpo-41696.zkYGre.rst [new file with mode: 0644]