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 glyph
Recipients Inyeol.Lee, belopolsky, benjamin.peterson, danielsh, emptysquare, erickt, esc24, georg.brandl, glyph, gvanrossum, levkivskyi, rhettinger
Date 2017-01-25.22:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485382512.62.0.298219008896.issue10544@psf.upfronthosting.co.za>
In-reply-to
Content
>>> async def foo():
...     bar = [await x for x in range(10)]
  File "<input>", line 2
SyntaxError: 'await' expressions in comprehensions are not supported
History
Date User Action Args
2017-01-25 22:15:12glyphsetrecipients: + glyph, gvanrossum, georg.brandl, rhettinger, belopolsky, benjamin.peterson, erickt, Inyeol.Lee, esc24, danielsh, emptysquare, levkivskyi
2017-01-25 22:15:12glyphsetmessageid: <1485382512.62.0.298219008896.issue10544@psf.upfronthosting.co.za>
2017-01-25 22:15:12glyphlinkissue10544 messages
2017-01-25 22:15:12glyphcreate