This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo
Date 2016-12-06.12:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
(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.
History
Date User Action Args
2016-12-06 12:03:01arigosetrecipients: + arigo
2016-12-06 12:03:01arigosetmessageid: <[email protected]>
2016-12-06 12:03:01arigolinkissue28885 messages
2016-12-06 12:03:01arigocreate