[issue28430] asyncio: C implemeted Future cause Tornado test fail

INADA Naoki report at bugs.python.org
Tue Oct 25 09:39:36 EDT 2016


INADA Naoki added the comment:

I'm sorry about my bad English.

> Fix iterator of C implemented asyncio.Future

This meant:

fut = asyncio.Future()  # C implemented version of asyncio.Future
it = iter(fut)  # Iterator of it
it.send(42)     # raised TypeError before. It was not compatible with Python version of asyncio.Future

----------

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


More information about the Python-bugs-list mailing list