]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
authorMark Shannon <mark@hotpy.org>
Wed, 21 Aug 2024 14:52:04 +0000 (15:52 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 14:52:04 +0000 (15:52 +0100)
commita4fd7aa4a6420cef1c22ec64eab54d8aea41cc57
tree026af8576d2d3e05b56c475574606f13f69cf040
parent4b7c4880a0b264373e65235701bb78cbf19266b5
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
13 files changed:
Include/internal/pycore_object.h
Misc/NEWS.d/next/Core_and_Builtins/2024-08-21-08-53-00.gh-issue-115776.9A7Dv_.rst [new file with mode: 0644]
Objects/object_layout.md
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/gc.c
Python/gc_free_threading.c
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c
Tools/gdb/libpython.py