]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 May 2026 14:06:00 +0000 (16:06 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 14:06:00 +0000 (14:06 +0000)
commit6d6471b7eb099fefc243b2fba3825979fad7cf6f
tree3c92d3637ff531f66f5cf1aaa07f12217ea8a50f
parent76e250189fdd9b6d4a1ad7432acafa61ef9ba91d
[3.13] gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal stream (GH-148419) (GH-149364)

(cherry picked from commit c3972f2795bf9270008d09dc6919b9735e20c606)

Co-authored-by: Wulian233 <1055917385@qq.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-04-12-10-40-57.gh-issue-148418.ggA1LZ.rst [new file with mode: 0644]
Python/marshal.c