Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set
WindowsSelectorEventLoopPolicy
on win32
I am unclear on the exact package causing this issue but my guess is that the call (`asyncio.set_event_loop_policy(...)`) either was previously happening elsewhere or is now being overridden somehow in the latest version of a package. The error that occurs without this fix directs you to aio-libs/aiodns#86 which indicated the fix used in this commit.
- Loading branch information