]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
authorMichael Droettboom <mdboom@gmail.com>
Wed, 8 Feb 2023 14:34:24 +0000 (09:34 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 14:34:24 +0000 (14:34 +0000)
commit86ebd5c3fa9ac0fba3b651f1d4abfca79614af5f
tree4e1cce7fb2ddc9e9a0cc248a789ff3c1b8080ca0
parent3a88de7a0af00872d9d57e1d98bc2f035cb15a1c
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)

Co-authored-by: Eryk Sun <eryksun@gmail.com>
Include/pyport.h
Lib/genericpath.py
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2023-01-25-11-33-54.gh-issue-101196.wAX_2g.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c