]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:43:15 +0000 (18:43 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 16:43:15 +0000 (16:43 +0000)
commit5a92c742e67e8b6f2b857f3b25b4817432463e63
tree2afd72c8b977bfdb3dce7032b8a4064eab03ee1b
parentbba688665ff418d4cb524a2427412a6b4f44ef1b
[3.13] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151362)

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