]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongValue...
authorMark Shannon <mark@hotpy.org>
Mon, 30 Jan 2023 10:03:04 +0000 (10:03 +0000)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 10:03:04 +0000 (10:03 +0000)
commitc1b1f51cd1632f0b77dacd43092fb44ed5e053a9
treeda815b0f6e2daddbb013ce2383837c61b3675201
parentf5a3d91b6c56ddff4644b5a5ac34d8c6d23d7c79
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongValue struct. (GH-101292)
13 files changed:
Include/cpython/longintrepr.h
Include/internal/pycore_runtime_init.h
Misc/NEWS.d/next/Core and Builtins/2023-01-24-17-13-32.gh-issue-101291.Yr6u_c.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c
Objects/boolobject.c
Objects/listobject.c
Objects/longobject.c
Python/bltinmodule.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/marshal.c
Python/specialize.c
Tools/gdb/libpython.py