[issue28885] Python 3.5.2 strange-behavior issues (from PyPy)

Armin Rigo report at bugs.python.org
Tue Dec 6 07:03:01 EST 2016


Armin Rigo added the comment:

(S1) ceval.c: GET_AITER: calls _PyCoro_GetAwaitableIter(), which might
  get an exception from calling the user-defined __await__() or checking
  what it returns; such an exception is completely eaten.

----------

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


More information about the Python-bugs-list mailing list