]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126868: Add freelist for compact int objects (GH-126865)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Fri, 13 Dec 2024 10:06:26 +0000 (11:06 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Dec 2024 10:06:26 +0000 (10:06 +0000)
commit5fc6bb2754a25157575efc0b37da78c629fea46e
treefca4a299618f0a4d93c68bc524ba6e192341d234
parent9b4bbf4401291636e5db90511a0548fffb23a505
gh-126868: Add freelist for compact int objects (GH-126865)
Include/internal/pycore_freelist_state.h
Include/internal/pycore_long.h
Misc/NEWS.d/next/Core_and_Builtins/2024-11-16-22-37-46.gh-issue-126868.yOoHSY.rst [new file with mode: 0644]
Objects/longobject.c
Objects/object.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h