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 barry
Recipients barry, brett.cannon, christian.heimes, doko, ncoghlan, neologix, pitrou, python-dev, r.david.murray, vstinner
Date 2013-05-20.21:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369086510.48.0.733988198338.issue13146@psf.upfronthosting.co.za>
In-reply-to
Content
I'm re-opening this because I'd like to get RM pronouncement on applying a patch to 2.7, 3.2, and 3.3 to make py_compile.py atomically rename its pyc/pyo file.

Attached is a patch for 2.7 based on importlib's approach in 3.4.  It should be easy enough to port to Python 3.
History
Date User Action Args
2013-05-20 21:48:30barrysetrecipients: + barry, brett.cannon, doko, ncoghlan, pitrou, vstinner, christian.heimes, r.david.murray, neologix, python-dev
2013-05-20 21:48:30barrysetmessageid: <1369086510.48.0.733988198338.issue13146@psf.upfronthosting.co.za>
2013-05-20 21:48:30barrylinkissue13146 messages
2013-05-20 21:48:30barrycreate