]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) ...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Thu, 30 Oct 2025 17:03:35 +0000 (20:03 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 17:03:35 +0000 (22:33 +0530)
commit5954b5ba92c143b019f7d13d38b6812b4b7194bb
treea90a84190e77a33311f13026a7098052a0280163
parente595d995c409c2bf387fc6013e70df232d362fe4
[3.14] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140743)

gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-24-20-42-33.gh-issue-140551.-9swrl.rst [new file with mode: 0644]
Objects/dictobject.c