You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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()#105114