]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:06:49 +0000 (20:06 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 17:06:49 +0000 (22:36 +0530)
commiteec9257aa57a195bc7b704cd502ecb6bc439f9e1
tree9ebfdd1976282e74a42707d05e72a5c080dff449
parentb0f12b598022629ac6bcaaf1a1e35b992232dadd
[3.13] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140744)

* 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