[issue26081] Implement asyncio Future in C to improve performance

Yury Selivanov report at bugs.python.org
Tue Aug 9 09:33:18 EDT 2016


Yury Selivanov added the comment:

> Yury, could you review this before 3.6a4?

Left a couple of comments; the important one -- Future.__await__ (and Future.__iter__) should always return a *new* instance of a generator-like object (tied to the Future object).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26081>
_______________________________________


More information about the Python-bugs-list mailing list