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 Samuel.Ainsworth
Recipients Samuel.Ainsworth
Date 2016-02-14.23:14:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455491691.87.0.263680447691.issue26361@psf.upfronthosting.co.za>
In-reply-to
Content
Also applies to list comprehensions. For example, 

lst = [(lambda x: x * t) for t in range(5)]
lst[0](1)   # => 4
History
Date User Action Args
2016-02-14 23:14:51Samuel.Ainsworthsetrecipients: + Samuel.Ainsworth
2016-02-14 23:14:51Samuel.Ainsworthsetmessageid: <1455491691.87.0.263680447691.issue26361@psf.upfronthosting.co.za>
2016-02-14 23:14:51Samuel.Ainsworthlinkissue26361 messages
2016-02-14 23:14:51Samuel.Ainsworthcreate