Skip to content

[3.10] gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)#92904

Merged
ambv merged 1 commit intopython:3.10from
miss-islington:backport-33880b4-3.10
Jun 28, 2022
Merged

[3.10] gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)#92904
ambv merged 1 commit intopython:3.10from
miss-islington:backport-33880b4-3.10

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

(cherry picked from commit 33880b4)

Co-authored-by: Oleg Iarygin oleg@arhadthedev.net

…honGH-92842)

(cherry picked from commit 33880b4)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
@miss-islington
Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

@zooba
Copy link
Copy Markdown
Member

zooba commented May 17, 2022

Unless one of the asyncio experts wants to be more confident than me, I'd like to delay the backport until we've released the next 3.11 beta and gotten some idea of whether this is a good fix or not.