commit | 0770ad948cb6d9f7f6c4002efd83e27c27069808 | [log] [tgz] |
---|---|---|
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | Wed Sep 02 21:54:46 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 02 21:54:46 2020 -0700 |
tree | b3b40d1fa497c21ed6475f83279713dd7722e3b2 | |
parent | 4a97b1517a6b5ff22e2984b677a680b07ff0ce11 [diff] |
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>