summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2023-12-28 22:23:01 (GMT)
committerGitHub <noreply@github.com>2023-12-28 22:23:01 (GMT)
commitb664d9159964f0609d50dabd02f71af0227d8718 (patch)
tree0610319a5087fec881ea54ddc8121ab90c0d664d /Python/import.c
parentdb1c88223986efe3076eb3b229a8b6db59bae284 (diff)
downloadcpython-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 'Python/import.c')
0 files changed, 0 insertions, 0 deletions