New
v0.3.0
What's Changed
- Fix: Problems when unregistering eventfd with io_uring in versions <6.3
- Fix: Fixing up problems while compiling against python 3.13.1t
- Build: Adding python's lib path discovering
- Feat: Will be only one Event Loop available: Normal one for Python with GIL and Thread-Safe one for Python free-threading (No GIL)
- Feat: Asyncio's file descriptors monitoring methods added (
add_reader,add_writer,remove_readerandremove_writer)
What's next?
Next step for v0.4.0 is Asyncio's Transport implementation.
Full Changelog: https://github.com/kython28/leviathan/compare/v0.2.0...v0.3.0