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, alexandre.vassalotti, brett.cannon, eric.snow, ncoghlan, pitrou
Date 2013-11-28.10:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7e303DPrwb0cYaqxGFjCsE-a8B9L-kusEe8bYqxR0mVRg@mail.gmail.com>
In-reply-to <1385624711.1.0.561130815884.issue19702@psf.upfronthosting.co.za>
Content
The specific proposal was to use __spec__.name when __name__ == "__main__"
to avoid the pickle compatibility issues described in PEP 395 when using
the -m switch.

runpy has to be updated first, though.
History
Date User Action Args
2013-11-28 10:20:15ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, alexandre.vassalotti, Arfrever, eric.snow
2013-11-28 10:20:15ncoghlanlinkissue19702 messages
2013-11-28 10:20:15ncoghlancreate