Message167191
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 |
|
| Date |
User |
Action |
Args |
| 2012-08-02 05:11:49 | ncoghlan | set | 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:49 | ncoghlan | set | messageid: <[email protected]> |
| 2012-08-02 05:11:48 | ncoghlan | link | issue7443 messages |
| 2012-08-02 05:11:48 | ncoghlan | create | |
|