]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
authorNice Zombies <nineteendo19d0@gmail.com>
Thu, 25 Apr 2024 09:07:38 +0000 (11:07 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 09:07:38 +0000 (10:07 +0100)
commit10bb90ed49a81a525b126ce8e4d8564c1616d0b3
treed75d8c65579f7e04a11abf3d04bdc64fd8cb1b3e
parente38b43c213a8ab2ad9748bac2732af9b58c816ae
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Include/internal/pycore_fileutils.h
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Core and Builtins/2024-04-19-08-50-48.gh-issue-102511.qDEB66.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
Python/fileutils.c