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 levkivskyi
Recipients Inyeol.Lee, belopolsky, benjamin.peterson, danielsh, erickt, esc24, georg.brandl, gvanrossum, levkivskyi, rhettinger
Date 2015-04-18.12:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429358546.57.0.404107250417.issue10544@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to add that since the introduction of asyncio module that heavily uses "yield from" syntax, binding of yield inside comprehensions/generator expressions could lead to unexpected results/confusing behavior. See for example this question on SO: http://stackoverflow.com/questions/29334054/why-am-i-getting-different-results-when-using-a-list-comprehension-with-coroutin
History
Date User Action Args
2015-04-18 12:02:26levkivskyisetrecipients: + levkivskyi, gvanrossum, georg.brandl, rhettinger, belopolsky, benjamin.peterson, erickt, Inyeol.Lee, esc24, danielsh
2015-04-18 12:02:26levkivskyisetmessageid: <1429358546.57.0.404107250417.issue10544@psf.upfronthosting.co.za>
2015-04-18 12:02:26levkivskyilinkissue10544 messages
2015-04-18 12:02:26levkivskyicreate