SIGN IN SIGN UP

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()`.
B
Barney Gale committed
b664d9159964f0609d50dabd02f71af0227d8718
Parent: db1c882
Committed by GitHub <noreply@github.com> on 12/28/2023, 10:23:01 PM