]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
authorMark Shannon <mark@hotpy.org>
Wed, 4 Aug 2021 15:41:14 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 15:41:14 +0000 (16:41 +0100)
commitcee67fa66129b5d1db5c8aa3884338f82f0da3de
tree079f04f5ba63c5cbd2133c7ada636d28e117ff18
parentc83919bd635f4433f1c6ae8504996a9fe3c215e5
bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
Include/internal/pycore_object.h
Lib/test/test_capi.py
Lib/test/test_gdb.py
Misc/NEWS.d/next/Core and Builtins/2021-08-04-11-37-38.bpo-44821.67YHGI.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/typeobject.c