[issue39562] Asynchronous comprehensions don't work in asyncio REPL

Serhiy Storchaka report at bugs.python.org
Mon Mar 30 16:23:37 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

If CO_FUTURE_DIVISION conflicts with PyCF_ALLOW_TOP_LEVEL_AWAIT, does not CO_ITERABLE_COROUTINE conflict with PyCF_SOURCE_IS_UTF8 and CO_ASYNC_GENERATOR with PyCF_DONT_IMPLY_DEDENT?

----------

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


More information about the Python-bugs-list mailing list