cpython/Lib/pathlib
Barney Gale c2e8298eba
GH-113225: Speed up `pathlib.Path.glob()` (#113226)
Use `os.DirEntry.path` as the string representation of child paths, unless
the parent path is empty, in which case we use the entry `name`.
2024-01-04 20:48:26 +00:00
..
__init__.py GH-113225: Speed up `pathlib.Path.glob()` (#113226) 2024-01-04 20:48:26 +00:00
_abc.py GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556) 2023-12-28 22:23:01 +00:00