Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) #22072

Merged
merged 1 commit into from Sep 3, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 3, 2020

  • 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 0770ad9)

Co-authored-by: Shantanu 12621235+hauntsaninja@users.noreply.github.com

https://bugs.python.org/issue41696

Automerge-Triggered-By: @1st1

* 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 0770ad9)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1st1
1st1 approved these changes Sep 3, 2020
@1st1 1st1 added the 馃 automerge PR will be merged once it's been approved and all CI passed label Sep 3, 2020
@1st1 1st1 merged commit 1f5f127 into python:3.8 Sep 3, 2020
4 checks passed
@bedevere-bot
Copy link

bedevere-bot commented Sep 3, 2020

@1st1: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-0770ad9-3.8 branch Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃 automerge PR will be merged once it's been approved and all CI passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants