-
Sybren A. Stüvel authored
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.
Sybren A. Stüvel authoredOn 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.