Message 241410 - Python tracker (original) (raw)

Message241410

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:26 levkivskyi set recipients: + levkivskyi, gvanrossum, georg.brandl, rhettinger, belopolsky, benjamin.peterson, erickt, Inyeol.Lee, esc24, danielsh
2015-04-18 12:02:26 levkivskyi set messageid: 1429358546.57.0.404107250417.issue10544@psf.upfronthosting.co.za
2015-04-18 12:02:26 levkivskyi link issue10544 messages
2015-04-18 12:02:26 levkivskyi create