Liburing
Liburing copied to clipboard
Liburing is Python + Cython wrapper around C Liburing, which is a helper to setup and tear-down io_uring instances.
Hello, Thank you for your great library and I'm looking forward to new Cython version. I'm interested in io_uring, and now I've been writing a asyncio wrapper for this library...
This PR adds a complete `_typing.py` module that provides type annotations for all liburing Python bindings, significantly improving IDE support, static type checking, and developer experience.
When using liburing inside of a multiprocessing environment (e.g. multiple ray workers ) the dynamic importer has a race condition where multiple workers may simultaneously trigger deletion of files from...
When I install (either via pip or by cloning and building from there) using Python 3.12.8 under kernel 6.1, everything seems fine except that I'm unable to import any constants....