]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118507 : Refactor ntpath native functions (gh-119381)
authorNice Zombies <nineteendo19d0@gmail.com>
Wed, 22 May 2024 14:49:26 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 14:49:26 +0000 (15:49 +0100)
commit874a4f7d08dd632394b2f646af58598e1f55e09d
tree85e192e1a2fdb08838a83f45eff6c194c5df305f
parent8c96850161da23ad2b37551d2a89c7d4716fe024
gh-118507 : Refactor ntpath native functions (gh-119381)

This refactoring will make future backports easier without changing behaviours,
apart from correcting a bug when passing a pipe to `ntpath.isfile`.
Lib/test/test_genericpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Core and Builtins/2024-05-22-13-51-40.gh-issue-118507.xkIQ3v.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c