]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-124547: Clear instance dictionary if memory error occurs during object...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Sep 2024 22:23:39 +0000 (00:23 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 22:23:39 +0000 (15:23 -0700)
commit80de9766f7b802f7dad0857614f46496a3196186
tree9b5c0353ffdad492945ee9642b236527b943777a
parent0a125d9029b94a6aaa3cdac1f17043f90e002f27
[3.13] GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627) (#124714)

GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627)
(cherry picked from commit 0e21cc6cf820679439d72e3ebd06227ee2a085f9)

Co-authored-by: Mark Shannon <mark@hotpy.org>
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