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 jeremy.kloth
Recipients jeremy.kloth, jkloth, tim.golden
Date 2012-07-30.12:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3L3ZJMCt8LsyQ+zrBa2_yaj8csqBswdZ2+uX3T8AsRh6A@mail.gmail.com>
In-reply-to <1343633622.21.0.754190965806.issue15496@psf.upfronthosting.co.za>
Content
> This is a (near) duplicate of issue7443, I think.

Partially so it seems.  However, my testing with Process Monitor (from
sysinterals) shows that most of the access denied errors occur when
removing directories.

The blind rename-remove dance doesn't work when removing entire
directory trees as now the renamed file/directory might be held
pending delete when the removing parent directory.

For some background for newcomers, see http://support.microsoft.com/kb/159199

For testing, I used regrtest -F -j6 test_import

Without patching it would fail consistently (albeit randomly).
History
Date User Action Args
2012-07-30 12:42:03jeremy.klothsetrecipients: + jeremy.kloth, tim.golden, jkloth
2012-07-30 12:42:02jeremy.klothlinkissue15496 messages
2012-07-30 12:42:02jeremy.klothcreate