Message237504
| 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:14 | vstinner | set | recipients: + vstinner |
| 2015-03-08 02:36:13 | vstinner | set | messageid: <1425782173.96.0.807112707437.issue23605@psf.upfronthosting.co.za> |
| 2015-03-08 02:36:13 | vstinner | link | issue23605 messages |
| 2015-03-08 02:36:13 | vstinner | create | |