]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Wed, 29 Oct 2025 09:06:23 +0000 (12:06 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 09:06:23 +0000 (14:36 +0530)
commit02202c117b5702f3325e62b07ccdeaa125fc8722
treea2d821796dccdeeb20add430ff3ef2fbf66e1c6b
parent9f8d005d2961777aa533ec330f96b50324a3446f
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