Improve performance of pathlib.PurePath.match()
#105113
Labels
3.12
only security fixes
performance
Performance or resource usage
topic-pathlib
type-feature
A feature request or enhancement
Uh oh!
There was an error while loading. Please reload this page.
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: