]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 16:49:57 +0000 (18:49 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 16:49:57 +0000 (16:49 +0000)
commit7fe3ddc8b949b81ae3b6180dea7762ab8c914b22
tree3e0103a7e9254efb5cca37bacded489c3665e080
parent41f2d6f147b14b7b2ac912b31e9fcd9948507268
[3.14] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151361)

gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339)
(cherry picked from commit 10595b1cb7ac04ba9a3ef3f7da4fa31c9966300d)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Library/2026-06-11-16-25-38.gh-issue-151126.bh_Usy.rst [new file with mode: 0644]
Modules/posixmodule.c