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 vstinner
Recipients jkloth, vinay.sajip, vstinner
Date 2019-12-06.19:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575659553.24.0.0372951705749.issue38544@roundup.psfhosted.org>
In-reply-to
Content
Maybe the test can replace shutil.rmtree() with test.support.rmtree() temporarily in test_venv, since test.support.rmtree() handles the anti-malwares protections by retrying and/or sleep (if I recall correctly).
History
Date User Action Args
2019-12-06 19:12:33vstinnersetrecipients: + vstinner, vinay.sajip, jkloth
2019-12-06 19:12:33vstinnersetmessageid: <1575659553.24.0.0372951705749.issue38544@roundup.psfhosted.org>
2019-12-06 19:12:33vstinnerlinkissue38544 messages
2019-12-06 19:12:33vstinnercreate