diff options
author | Barney Gale <barney.gale@gmail.com> | 2024-01-04 20:48:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 20:48:26 (GMT) |
commit | c2e8298eba3f8d75a58e5b3636f8edc8d60e68da (patch) | |
tree | 5b182276045c17295f0c7218870aca6833ab8ca0 /Include/pystate.h | |
parent | 4681a5271a8598b46021cbc556ac8098ab8a1d81 (diff) | |
download | cpython-c2e8298eba3f8d75a58e5b3636f8edc8d60e68da.zip cpython-c2e8298eba3f8d75a58e5b3636f8edc8d60e68da.tar.gz cpython-c2e8298eba3f8d75a58e5b3636f8edc8d60e68da.tar.bz2 |
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`.
Diffstat (limited to 'Include/pystate.h')
0 files changed, 0 insertions, 0 deletions