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

* 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]