[issue33521] Add 1.32x faster C implementation of asyncio.isfuture().

STINNER Victor report at bugs.python.org
Fri May 18 19:04:29 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

About the benchmark: you should not loop inside the function. I propose a variant of the benchmark: isfuture_benchmark2.py.

Jimmy: Would you mind to run this variant on your PR?

----------
Added file: https://bugs.python.org/file47603/isfuture_benchmark2.py

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


More information about the Python-bugs-list mailing list