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 njs
Recipients njs, yselivanov
Date 2016-05-31.18:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464718014.77.0.520069298007.issue27168@psf.upfronthosting.co.za>
In-reply-to
Content
So he asked me to file a bug reminding him to write more unit tests.

Interesting cases:

async def f():
    return (x for x in await g())

async def f():
    return (await x for x in g())

(and ditto for [], {} comprehensions)
History
Date User Action Args
2016-05-31 18:06:54njssetrecipients: + njs, yselivanov
2016-05-31 18:06:54njssetmessageid: <1464718014.77.0.520069298007.issue27168@psf.upfronthosting.co.za>
2016-05-31 18:06:54njslinkissue27168 messages
2016-05-31 18:06:54njscreate