SIGN IN SIGN UP

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`.
B
Barney Gale committed
c2e8298eba3f8d75a58e5b3636f8edc8d60e68da
Parent: 4681a52
Committed by GitHub <noreply@github.com> on 1/4/2024, 8:48:26 PM