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 asvetlov, brian.curtin, chris.jerdonek, flox, jafo, jaraco, jdigital, loewis, nadeem.vawda, ncoghlan, pitrou, r.david.murray, techtonik, tim.golden
Date 2012-08-02.05:11:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343884309.45.0.0740101291258.issue7443@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-08-02 05:11:49ncoghlansetrecipients: + 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:49ncoghlansetmessageid: <1343884309.45.0.0740101291258.issue7443@psf.upfronthosting.co.za>
2012-08-02 05:11:48ncoghlanlinkissue7443 messages
2012-08-02 05:11:48ncoghlancreate