cpython/Lib/test/test_pathlib
Barney Gale 37651cfbce
GH-125413: pathlib ABCs: use scandir() to speed up walk() (#126262)
Use the new `PathBase.scandir()` method in `PathBase.walk()`, which greatly
reduces the number of `PathBase.stat()` calls needed when walking.

There are no user-facing changes, because the pathlib ABCs are still
private and `Path.walk()` doesn't use the implementation in its superclass.
2024-11-01 18:52:00 +00:00
..
__init__.py
test_pathlib.py GH-125069: Fix inconsistent joining in WindowsPath(PosixPath(...)) (#125156) 2024-10-13 17:46:10 +00:00
test_pathlib_abc.py GH-125413: pathlib ABCs: use scandir() to speed up walk() (#126262) 2024-11-01 18:52:00 +00:00