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 serhiy.storchaka
Recipients enkore, josh.r, serhiy.storchaka, xiang.zhang
Date 2016-11-07.17:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478539757.42.0.570624434031.issue28564@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch implements shutil.rmtree using os.scandir. Needed file descriptors support in os.scandir (issue25996). I did not test how this affects the performance of shutil.rmtree.
History
Date User Action Args
2016-11-07 17:29:17serhiy.storchakasetrecipients: + serhiy.storchaka, josh.r, xiang.zhang, enkore
2016-11-07 17:29:17serhiy.storchakasetmessageid: <1478539757.42.0.570624434031.issue28564@psf.upfronthosting.co.za>
2016-11-07 17:29:17serhiy.storchakalinkissue28564 messages
2016-11-07 17:29:17serhiy.storchakacreate