[issue10544] yield expression inside generator expression does nothing

Ivan Levkivskyi report at bugs.python.org
Wed Jan 25 17:24:57 EST 2017


Ivan Levkivskyi added the comment:

Python 3.5 does not support this, you should use Python 3.6 (plus await x will fail when you will run the coroutine, since you cannot await on int).

----------

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


More information about the Python-bugs-list mailing list