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 hynek
Recipients Arfrever, eric.araujo, hynek, jcea, mrts, neologix, petri.lehtinen, pitrou, rosslagerwall, schmir, tarek, teamnoir
Date 2012-05-18.11:30:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337340639.73.0.0431773642389.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
I've implemented a _safe_rmtree which gets used if os.fwalk() and os.unlinkat() are available.

Test suite still passes in regression mode both on Mac (= no effect) and Linux.

Let me know if I missed something.
History
Date User Action Args
2012-05-18 11:30:39hyneksetrecipients: + hynek, jcea, pitrou, schmir, tarek, eric.araujo, Arfrever, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen
2012-05-18 11:30:39hyneksetmessageid: <1337340639.73.0.0431773642389.issue4489@psf.upfronthosting.co.za>
2012-05-18 11:30:39hyneklinkissue4489 messages
2012-05-18 11:30:39hynekcreate