]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121860: Fix crash when materializing managed dict (#121866)
authorSam Gross <colesbury@gmail.com>
Tue, 16 Jul 2024 18:58:36 +0000 (14:58 -0400)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 18:58:36 +0000 (14:58 -0400)
commit162b41f57757c1df40eb377985e2e877fb0f0ea3
treed6179e4a0459f01ab4fa04695a1cd61f5c63a433
parentc46d64e0ef8e92a6b4ab4805d813d7e4d6663380
gh-121860: Fix crash when materializing managed dict (#121866)

The object's inline values may be marked invalid if the materialized
dict was already initialized and then deleted.
Lib/test/test_class.py
Misc/NEWS.d/next/Core and Builtins/2024-07-16-18-23-22.gh-issue-121860.-FTauD.rst [new file with mode: 0644]
Objects/dictobject.c