diff options
author | Barney Gale <barney.gale@gmail.com> | 2023-12-28 22:23:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 22:23:01 (GMT) |
commit | b664d9159964f0609d50dabd02f71af0227d8718 (patch) | |
tree | 0610319a5087fec881ea54ddc8121ab90c0d664d /Lib/test/test_pathlib/test_pathlib_abc.py | |
parent | db1c88223986efe3076eb3b229a8b6db59bae284 (diff) | |
download | cpython-b664d9159964f0609d50dabd02f71af0227d8718.zip cpython-b664d9159964f0609d50dabd02f71af0227d8718.tar.gz cpython-b664d9159964f0609d50dabd02f71af0227d8718.tar.bz2 |
GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)
`PathBase._scandir()` is implemented using `iterdir()`, so we can use its
results directly, rather than passing them through `_make_child_relpath()`.
Diffstat (limited to 'Lib/test/test_pathlib/test_pathlib_abc.py')
0 files changed, 0 insertions, 0 deletions