]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-124547: Clear instance dictionary if memory error occurs during object dealloc...
authorMark Shannon <mark@hotpy.org>
Fri, 27 Sep 2024 21:51:01 +0000 (14:51 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 21:51:01 +0000 (14:51 -0700)
commit0e21cc6cf820679439d72e3ebd06227ee2a085f9
tree4197b2385105b17780b4a4e7c82be400479a2fcf
parent2357d5ba48cd9685cb36bcf92a0eaed86a85f4de
GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627)
Lib/test/test_class.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-12-19-13.gh-issue-124547.P_SHfU.rst [new file with mode: 0644]
Objects/dictobject.c