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 yselivanov
Recipients gvanrossum, ncoghlan, vstinner, yselivanov
Date 2015-09-03.22:05:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441317932.37.0.836271442391.issue24995@psf.upfronthosting.co.za>
In-reply-to
Content
I saw this reddit thread: https://www.reddit.com/r/Python/comments/3ewnwq/async_function_as_generator_for_async_for/ where people are struggling with understanding how 'async for' works.  Which led me to check what error messages we raise when we pass a wrong object to it.  Turns out the message is fine, but different from what we raise on iter(1) etc.
History
Date User Action Args
2015-09-03 22:05:32yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, vstinner
2015-09-03 22:05:32yselivanovsetmessageid: <1441317932.37.0.836271442391.issue24995@psf.upfronthosting.co.za>
2015-09-03 22:05:32yselivanovlinkissue24995 messages
2015-09-03 22:05:32yselivanovcreate