Irit Katriel <iritkatr...@gmail.com> added the comment:
This is a TypeError now, so there shouldn't be issues with unit tests anymore: >>> task = asyncio.get_event_loop().create_task(ag()) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/iritkatriel/src/cpython/Lib/asyncio/base_events.py", line 436, in create_task task = tasks.Task(coro, loop=self, name=name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: a coroutine was expected, got <async_generator object ag at 0x10460a9c0> ---------- nosy: +iritkatriel _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34071> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com