email-normalize icon indicating copy to clipboard operation
email-normalize copied to clipboard

Broken on Windows

Open dvf opened this issue 4 years ago • 0 comments

Firstly, this is a great library. Thank you!

Event loops on Windows don't support all methods, particularly aiodns calls add_reader which is unsupported, and leads to a hang if you're using ProactorEventLoop (the default on Windows):

See more: https://docs.python.org/3.9/library/asyncio-platforms.html#windows

dvf avatar Oct 16 '21 03:10 dvf