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.

作者 pitrou
收信人 Arfrever, brett.cannon, eric.snow, ncoghlan, pitrou
日期 2013-02-19.19:52:58
SpamBayes Score -1.0
Marked as misclassified
Message-id <1361303578.39.0.202409308112.issue17222@psf.upfronthosting.co.za>
In-reply-to
内容
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" :-)).
历史
日期 用户 动作 参数
2013-02-19 19:52:58pitrou修改recipients: + pitrou, brett.cannon, ncoghlan, Arfrever, eric.snow
2013-02-19 19:52:58pitrou修改messageid: <1361303578.39.0.202409308112.issue17222@psf.upfronthosting.co.za>
2013-02-19 19:52:58pitrou链接issue17222 messages
2013-02-19 19:52:58pitrou创建