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 ncoghlan
Recipients alex, barry, docs@python, eli.bendersky, ethan.furman, ezio.melotti, gvanrossum, ncoghlan, zach.ware
Date 2013-05-11.18:38:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368297500.93.0.937180949293.issue17947@psf.upfronthosting.co.za>
In-reply-to
Content
Why we need two ways to do it? If "module=__name__" is available, what's the rationale for providing the option of leaving it out when pickling support is required? (The only times the frame hack will work to enable pickling, the explicit fix will also work).
History
Date User Action Args
2013-05-11 18:38:20ncoghlansetrecipients: + ncoghlan, gvanrossum, barry, ezio.melotti, alex, eli.bendersky, docs@python, ethan.furman, zach.ware
2013-05-11 18:38:20ncoghlansetmessageid: <1368297500.93.0.937180949293.issue17947@psf.upfronthosting.co.za>
2013-05-11 18:38:20ncoghlanlinkissue17947 messages
2013-05-11 18:38:20ncoghlancreate