[Async-sig] PEP: asynchronous generators

Герасимов Михаил Gerasimov-M-N at yandex.ru
Sat Jul 30 08:15:31 EDT 2016


> It may wait forever in case of malformed generator implementation.
>

Yes, but every "await task" can wait forever in case of malformed task 
implementation. We can't do anything in case user will write:

    while True:
        pass

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/async-sig/attachments/20160730/320a5092/attachment.html>


More information about the Async-sig mailing list