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 georg.brandl
Recipients benjamin.peterson, georg.brandl
Date 2008-12-27.17:41:41
SpamBayes Score 1.6033551e-06
Marked as misclassified No
Message-id <1230399702.86.0.703825779946.issue4748@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't find it, but someone from the German Python webforum. :)

Hmm, I wonder why lambda: (yield 1) alone doesn't give [1, None]. (That
should also go into the test case.)

Anyway, perhaps yield in lambdas should be forbidden.
History
Date User Action Args
2008-12-27 17:41:43georg.brandlsetrecipients: + georg.brandl, benjamin.peterson
2008-12-27 17:41:42georg.brandlsetmessageid: <1230399702.86.0.703825779946.issue4748@psf.upfronthosting.co.za>
2008-12-27 17:41:42georg.brandllinkissue4748 messages
2008-12-27 17:41:41georg.brandlcreate