Martin Panter added the comment:

The patch looks like it adds checks for the special generator-like send() etc 
methods, but I was expecting __await__() to also (or instead) do this check. 
That way you wouldn’t have to break the iterator protocol by the iterator not 
raising StopIteration a second time.

Also left some other review comments.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25887>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to