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.

作者 ncoghlan
收信人 asvetlov, brian.curtin, chris.jerdonek, flox, jafo, jaraco, jdigital, loewis, nadeem.vawda, ncoghlan, pitrou, r.david.murray, techtonik, tim.golden
日期 2012-08-02.05:11:48
SpamBayes Score -1.0
Marked as misclassified
Message-id <1343884309.45.0.0740101291258.issue7443@psf.upfronthosting.co.za>
In-reply-to
内容
See #15496 for an alternative approach to solving this problem, at least in the test suite - as noted in that issue, the rename dance isn't sufficient when the problem gets triggered by a different sequence like:

unlink(file_in_parent_dir)
unlink(parent_dir)  # This fails if file is still locked
历史
日期 用户 动作 参数
2012-08-02 05:11:49ncoghlan修改recipients: + ncoghlan, loewis, jafo, jaraco, pitrou, techtonik, tim.golden, nadeem.vawda, r.david.murray, brian.curtin, asvetlov, flox, chris.jerdonek, jdigital
2012-08-02 05:11:49ncoghlan修改messageid: <1343884309.45.0.0740101291258.issue7443@psf.upfronthosting.co.za>
2012-08-02 05:11:48ncoghlan链接issue7443 messages
2012-08-02 05:11:48ncoghlan创建