[New-bugs-announce] [issue33521] Optimize asyncio.isfuture by providing C implementation

Jimmy Lai report at bugs.python.org
Tue May 15 11:31:32 EDT 2018


New submission from Jimmy Lai <yurinai at gmail.com>:

asyncio.isfuture called whenever ensure_future is called. Providing C implementation to make it fast.

----------
components: asyncio
messages: 316670
nosy: asvetlov, jimmylai, yselivanov
priority: normal
severity: normal
status: open
title: Optimize asyncio.isfuture by providing C implementation
type: performance
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list