Winloop 1.3
Decided I better release what we have so far since there were some interesting changes since the last updated. I have been busy with other things going on in my life as well as other projects, I might try and add some maintainers for this project in the future to help winloop stay alive.
- Dropped
WinLoopPolicy
Finally Please useBaseEventLoopPolicy
- Wsa Send is now used instead of our original
try_write
workaround C-code for it will be removed soon - Fixed Many Bugs
- Aiodns now has support for winloop and uvloop
TODOS
- 32 Bit Wheels for windows I tried to compile a
.lib
File for 32 bit users and I can't seem to figure out how to make 32 bit versions of libuv - Fix Help Side-Effect Even though I haven't made that a priority yet due to pyright existing
- Having problems making nightly workflow
- Test pyppeteer2 support (asynchronous version of selenium webdriver)