]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135379: Move PyLong_CheckCompact to private header and rename it (GH-135707)
authorKen Jin <kenjin@python.org>
Thu, 19 Jun 2025 13:09:09 +0000 (21:09 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 13:09:09 +0000 (13:09 +0000)
commit0243260284d3630d58a11694904476349d14a6ed
treea2fc59dfa90177e027c2defc12834920fcc1ad7f
parentff639af8eee11e7ca09999b2724bc10652a00e5d
gh-135379: Move PyLong_CheckCompact to private header and rename it (GH-135707)
Include/cpython/longintrepr.h
Include/internal/pycore_long.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_symbols.c
Tools/cases_generator/analyzer.py