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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asyncio internals throw RuntimeError: Event loop is closed on script exit
#92841
Labels
Comments
zooba
pushed a commit
that referenced
this issue
May 17, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 17, 2022
…honGH-92842) (cherry picked from commit 33880b4) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 17, 2022
…honGH-92842) (cherry picked from commit 33880b4) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
miss-islington
added a commit
that referenced
this issue
May 17, 2022
|
Thanks, seems like we can close this one out |
|
Oh never mind, the 3.10 backport hasn't been merged |
ambv
pushed a commit
that referenced
this issue
Jun 28, 2022
This was referenced Jun 30, 2022
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
arhadthedev commentedMay 16, 2022
Actual behavior
This issue was reported in aio-libs/aiohttp#4324 so the reproducer is copied from there.
Expected behavior
Normal exit without termination. There is no user-created loop to be closed manually.
Your environment
The text was updated successfully, but these errors were encountered: