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 mrts
Recipients mrts, pitrou
Date 2008-12-29.11:19:18
SpamBayes Score 0.00063077174
Marked as misclassified No
Message-id <1230549561.88.0.889144763106.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, what if we add another function, rmtree_safe() that uses
chdir() and document that it is protected from the race condition but
may have the side effect of changing the current dir in threaded
environment?
History
Date User Action Args
2008-12-29 11:19:22mrtssetrecipients: + mrts, pitrou
2008-12-29 11:19:21mrtssetmessageid: <1230549561.88.0.889144763106.issue4489@psf.upfronthosting.co.za>
2008-12-29 11:19:18mrtslinkissue4489 messages
2008-12-29 11:19:18mrtscreate