]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117750: When clearing object's dict, clear inline values but leave dict attached...
authorMark Shannon <mark@hotpy.org>
Mon, 15 Apr 2024 13:45:05 +0000 (14:45 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 13:45:05 +0000 (14:45 +0100)
commit784e076a10e828f383282df8a4b993a1b821f547
tree99e2a6c34d7634279fab36aa03842e9c7e19ef26
parent7d0be7aea569b3bc9a3936501d7d32af87c70e73
GH-117750: When clearing object's dict, clear inline values but leave dict attached (GH-117808)
Lib/test/test_class.py
Misc/NEWS.d/next/Core and Builtins/2024-04-12-11-19-18.gh-issue-117750.YttK6h.rst [new file with mode: 0644]
Objects/dictobject.c