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 gvanrossum
Recipients Rosuav, benjamin.peterson, gvanrossum, serhiy.storchaka
Date 2015-01-08.15:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420732612.74.0.36499583177.issue23192@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, looks like nobody bothered to update the lambda code generation to use the value from yield. I almost feel like there is some unnecessary check "if we are in a lambda" in the code generation for yield. Have you looked through the code generation yet?
History
Date User Action Args
2015-01-08 15:56:52gvanrossumsetrecipients: + gvanrossum, benjamin.peterson, Rosuav, serhiy.storchaka
2015-01-08 15:56:52gvanrossumsetmessageid: <1420732612.74.0.36499583177.issue23192@psf.upfronthosting.co.za>
2015-01-08 15:56:52gvanrossumlinkissue23192 messages
2015-01-08 15:56:52gvanrossumcreate