This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients cooperlees, ronaldoussoren
Date 2020-07-15.15:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594826455.93.0.390580034619.issue41271@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-15 15:20:56ronaldoussorensetrecipients: + ronaldoussoren, cooperlees
2020-07-15 15:20:55ronaldoussorensetmessageid: <1594826455.93.0.390580034619.issue41271@roundup.psfhosted.org>
2020-07-15 15:20:55ronaldoussorenlinkissue41271 messages
2020-07-15 15:20:55ronaldoussorencreate