Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not call asyncio.get_event_loop() before creating one
The implicit creation of new loop was removed in Python 3.11. In fact, this code can be greatly simplified with asyncio.run(). QubesOS/qubes-issues#6982 (cherry picked from commit 40f963b)
- Loading branch information