]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal stream...
authorWulian233 <1055917385@qq.com>
Mon, 4 May 2026 13:42:02 +0000 (21:42 +0800)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 13:42:02 +0000 (16:42 +0300)
commitc3972f2795bf9270008d09dc6919b9735e20c606
treebd7b63da2bc8e16148c4ff519d167be4485f0593
parentce51c1881889b6ed9f806d2f3c6551cb03c515da
gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal stream (GH-148419)
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