]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268...
authorSam Gross <colesbury@gmail.com>
Mon, 2 Mar 2026 18:59:35 +0000 (13:59 -0500)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 18:59:35 +0000 (13:59 -0500)
commit7f9fcba66dddbe85ea22c9b8f7bad63c197bb529
tree7bb0ccb50d1cae3278d727cf1e6132b62cbc712f
parent504436870b7dacc18a4f88a4beaf0ee80163e4b4
[3.14] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268) (#145431)
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