[issue26221] awaiting asyncio.Future swallows StopIteration

Chris Angelico report at bugs.python.org
Sat Feb 20 20:22:20 EST 2016


Chris Angelico added the comment:

POC patch, no tests. Is TypeError right? Should it be ValueError, since the notional type is "Exception"?

----------
keywords: +patch
Added file: http://bugs.python.org/file41980/no_stop_iter.patch

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


More information about the Python-bugs-list mailing list