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 r.david.murray
Recipients Bernt.Røskar.Brenna, r.david.murray
Date 2013-11-13.21:44:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384379076.18.0.615194401559.issue19575@psf.upfronthosting.co.za>
In-reply-to
Content
Most likely this is a case of a virus scanner or file indexer having the file open when rmtree runs.  See issue 7443, which was about solving this for our test suite.  My last message there asks about exposing the workaround in shutil, but no one appears to have taken me up on that suggestion yet.

Can you disable all virus scanners and indexers and try again?
History
Date User Action Args
2013-11-13 21:44:36r.david.murraysetrecipients: + r.david.murray, Bernt.Røskar.Brenna
2013-11-13 21:44:36r.david.murraysetmessageid: <1384379076.18.0.615194401559.issue19575@psf.upfronthosting.co.za>
2013-11-13 21:44:36r.david.murraylinkissue19575 messages
2013-11-13 21:44:35r.david.murraycreate