]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Sep 2020 20:54:09 +0000 (13:54 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 20:54:09 +0000 (13:54 -0700)
commita2680058ee1f43cab282e9f4c2b35fd89464ebb6
treec6a7e6464bdcbf81823e36f93c33b54bfe5f3447
parent49571c0b0e57e20d85727c738d9a0fe342dd2938
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)

* 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>
(cherry picked from commit 0770ad948cb6d9f7f6c4002efd83e27c27069808)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@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]