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 Arfrever, brett.cannon, eric.snow, larry, ncoghlan, python-dev
Date 2013-12-15.10:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387103752.36.0.102863697082.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
Final review of the patch showed it *wasn't* quite done, it's still missing the "both __name__ and __spec__.name are configured in sys.modules" change that is needed to get more pickle friendly behaviour from __main__.

However, I wanted to commit this version to help unblock issue 19946.
History
Date User Action Args
2013-12-15 10:35:52ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, python-dev, eric.snow
2013-12-15 10:35:52ncoghlansetmessageid: <1387103752.36.0.102863697082.issue19700@psf.upfronthosting.co.za>
2013-12-15 10:35:52ncoghlanlinkissue19700 messages
2013-12-15 10:35:52ncoghlancreate