]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127119: Faster check for small ints in long_dealloc (GH-127620)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 29 Jan 2025 15:22:18 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 15:22:18 +0000 (15:22 +0000)
commita29221675e7367608961c3484701ab2671ec6f3c
tree93b011451fa67a93f5eb73d90a0da210f60be75c
parent3a974e39d54902699f360bc4db2fd351a6baf3ef
gh-127119: Faster check for small ints in long_dealloc (GH-127620)
Include/cpython/longintrepr.h
Include/internal/pycore_long.h
Misc/NEWS.d/next/Core_and_Builtins/2024-12-04-22-14-40.gh-issue-127119._hpyFE.rst [new file with mode: 0644]
Modules/_testcapi/immortal.c
Objects/longobject.c
Tools/gdb/libpython.py