]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268)
authorSam Gross <colesbury@gmail.com>
Mon, 2 Mar 2026 17:25:13 +0000 (12:25 -0500)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 17:25:13 +0000 (12:25 -0500)
commit02288bf0225bea892eaab0d3e13c271761849e22
treec011af287f824bb274767ed0569aa2476166c5ef
parent107863ee17788e83ffa63368a33f7afe6f7a1410
gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-26-12-00-00.gh-issue-130555.TMSOIu.rst [new file with mode: 0644]
Objects/dictobject.c