GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments (GH-104103)
These segments do not require a `stat()` call, as the selector's `_select_from()` method is called after we've established that the parent is a directory.
B
Barney Gale committed
65a49c6553a27cc36eebb4b79f409c3cb4450d8c
Parent: 47770a1
Committed by GitHub <noreply@github.com>
on 5/2/2023, 11:16:04 PM