caio icon indicating copy to clipboard operation
caio copied to clipboard

Linux AIO c python bindings

Results 2 caio issues
Sort by recently updated
recently updated
newest added

## Long story short I'm able to build this manually using `python setup.py bdist_wheel`. However, when using Nix I get this error: ```console $ nix build nixpkgs#python310Packages.caio ... caio/thread_aio.c:173:22: error:...

## Long story short when I installed the new version of aiofile with caio 0.9.11: ``` pip install caio==0.9.11 aiofile==3.8.8 ``` is working as expected: ``` In [1]: file =...