]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106485: Create object's dict-values instead of creating __dict__, when we can...
authorMark Shannon <mark@hotpy.org>
Fri, 11 Aug 2023 19:05:56 +0000 (20:05 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 19:05:56 +0000 (20:05 +0100)
commit666b68e8f252e3c6238d6eed1fc82937a774316f
treed2d315c43093db30577d1d14e4ad7a58761f00e6
parent66e4edd7346b1cd65ddff6da890a0d725e325116
GH-106485: Create object's dict-values instead of creating __dict__, when we can. (GH-107843)
Objects/dictobject.c
Objects/object.c