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 pitrou
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan, pitrou
Date 2013-02-19.19:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361303578.39.0.202409308112.issue17222@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, right. Well, there would be an argument not to use os.replace() in py_compile, since it's an offline processing step which generally shouldn't race with another (online) processing step.

Still, I wonder what the use case is (apart from the /dev/null case for which the answer is simply "don't do it" :-)).
History
Date User Action Args
2013-02-19 19:52:58pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, Arfrever, eric.snow
2013-02-19 19:52:58pitrousetmessageid: <1361303578.39.0.202409308112.issue17222@psf.upfronthosting.co.za>
2013-02-19 19:52:58pitroulinkissue17222 messages
2013-02-19 19:52:58pitroucreate