GH-104104: Optimize pathlib.Path.glob()
by avoiding repeated calls to os.path.normcase()
#104105
Merged
barneygale merged 2 commits intopython:mainfrom May 2, 2023
pathlib.Path.glob()
by avoiding repeated calls to os.path.normcase()
#104105