]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
authorFinn Womack <flan313@gmail.com>
Tue, 15 Aug 2023 15:33:00 +0000 (08:33 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 15:33:00 +0000 (16:33 +0100)
commit09322724319d4c23195300b222a1c0ea720af56b
treebe1ef6bd2798a63e4a9516e5cedeff57f92de670
parent607f18c89456cdc9064e27f86a7505e011209757
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
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