cpython/Lib/test/test_pathlib
Barney Gale 68a51e0178
GH-125413: pathlib ABCs: use scandir() to speed up glob() (#126261)
Use the new `PathBase.scandir()` method in `PathBase.glob()`, which greatly
reduces the number of `PathBase.stat()` calls needed when globbing.

There are no user-facing changes, because the pathlib ABCs are still
private and `Path.glob()` doesn't use the implementation in its superclass.
2024-11-01 17:48:58 +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 glob() (#126261) 2024-11-01 17:48:58 +00:00