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 facundobatista
Recipients amaury.forgeotdarc, ethan.furman, facundobatista, jcea
Date 2013-10-16.18:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381948070.34.0.648070542575.issue19272@psf.upfronthosting.co.za>
In-reply-to
Content
Ethan, lambda functions are included in "functions defined at the top level of a module".

Probably we should note there something like "except lambdas, because function pickling is by name, not by code".
History
Date User Action Args
2013-10-16 18:27:50facundobatistasetrecipients: + facundobatista, jcea, amaury.forgeotdarc, ethan.furman
2013-10-16 18:27:50facundobatistasetmessageid: <1381948070.34.0.648070542575.issue19272@psf.upfronthosting.co.za>
2013-10-16 18:27:50facundobatistalinkissue19272 messages
2013-10-16 18:27:50facundobatistacreate