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 vstinner
Date 2015-03-08.02:36:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425782173.96.0.807112707437.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 471 announces a huge speed up of the os.walk() function, but os.walk() was not modified yet. I just merged the implementation of os.scandir() (issue #22524), it's now time to work on os.walk().

We need a patch and benchmarks on Linux and Windows.

On NFS shares (on Linux), d_type is not filled (set to DT_UNKNOWN, so a syscall is required to get the file type). Benchmarks of os.walk() on a NFS share is also required.
History
Date User Action Args
2015-03-08 02:36:14vstinnersetrecipients: + vstinner
2015-03-08 02:36:13vstinnersetmessageid: <1425782173.96.0.807112707437.issue23605@psf.upfronthosting.co.za>
2015-03-08 02:36:13vstinnerlinkissue23605 messages
2015-03-08 02:36:13vstinnercreate