Improve performance of pathlib.PurePath.match()
#105113
Labels
3.12
bugs and security fixes
performance
Performance or resource usage
topic-pathlib
type-feature
A feature request or enhancement
It should be possible to improve the performance of of
pathlib.PurePath.match()
in Python 3.12 by applying a version of the patch in #101398, but without support for recursive wildcards.Linked PRs
pathlib.PurePath.match()
#105114The text was updated successfully, but these errors were encountered: