]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)
authorSteve Dower <steve.dower@python.org>
Tue, 15 Aug 2023 17:07:52 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 17:07:52 +0000 (19:07 +0200)
commitccf81e1088c25a9f4464e478dc3b5c03ed7ee63b
treee20a6658cef218078316144b6e7644fa4ba2fe18
parentdb4400b5b28dc17c9eac47780402c0b812703358
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)

Co-authored-by: Finn Womack <flan313@gmail.com>
Include/internal/pycore_fileutils.h
Lib/test/test_genericpath.py
Misc/NEWS.d/next/Library/2023-08-14-23-11-11.gh-issue-106242.71HMym.rst [new file with mode: 0644]
Modules/posixmodule.c
Python/fileutils.c