]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
authorMark Shannon <mark@hotpy.org>
Mon, 1 Aug 2022 13:34:54 +0000 (14:34 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 13:34:54 +0000 (14:34 +0100)
commitde388c0a7b71c094d36ce40fecef87bdbb8a87d3
treeb2318318e6c9a80bc9f45ecf5fc05aa66efb7825
parentfb75d015f487e50079e8d2ea7859750684b124e4
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Include/cpython/dictobject.h
Include/cpython/object.h
Include/internal/pycore_object.h
Misc/NEWS.d/next/Core and Builtins/2022-07-26-12-59-03.gh-issue-95245.GHWczn.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/object.c
Objects/typeobject.c
Python/ceval.c
Python/specialize.c
Tools/gdb/libpython.py