summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-11-03-14-43-51.gh-issue-126363.Xus7vU.rst
blob: 20fea9b9ef99a03174ab30c57e7966dd67ee2bb5 (plain)
1
2
Speed up pattern parsing in :meth:`pathlib.Path.glob` by skipping creation
of a :class:`pathlib.Path` object for the pattern.