]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:55:19 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 16:55:19 +0000 (16:55 +0000)
commitb53743fb7898be82d86cc34ff4b1c5a635e99c72
treec0b10314536c9767e6bd49a799f4321cabd9db9a
parent85404a02ba9e52776c4a16a1b2dc473c47972dac
[3.15] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151360)

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