Skip to content
Snippets Groups Projects
Commit fba56c40 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Properly create the asyncio loop on Windows

On Windows, the loop was recreated on every call to `construct_asyncio_loop()`,
whereas on Linux the existing loop would be reused if possible. Now both
platforms work the same.
parent e0ef84e6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment