Optimize pathlib.Path.glob()
handling of ../
pattern segments
#104102
Labels
3.12
bugs and security fixes
performance
Performance or resource usage
topic-pathlib
type-feature
A feature request or enhancement
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.Linked PRs
pathlib.Path.glob()
handling of../
pattern segments #104103The text was updated successfully, but these errors were encountered: