[issue41271] Add support for io_uring to cpython

Ronald Oussoren report at bugs.python.org
Wed Jul 15 11:20:55 EDT 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

How stable is the io_uring API?

The stdlib evolves slowly, I'm not sure if the io_uring interface has matured enough to make it acceptable that updates to the stdlib bindings for that API are only done in new major releases of CPython (about every 18 months). 

It is probably better to create a PyPI package for this API. This package can then also provide an asyncio eventloop implementation.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41271>
_______________________________________


More information about the Python-bugs-list mailing list