]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
authorVictor Stinner <vstinner@python.org>
Mon, 30 Mar 2026 12:48:18 +0000 (14:48 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 12:48:18 +0000 (12:48 +0000)
commitadf2c47911b35134cf108c24a3cc7794b7755aac
tree6701f85e586fdf01f998d409a80531dc858a4926
parent8e10bd77ea0b674b47f20b0e80df504b0b55fe5c
gh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
Include/internal/pycore_long.h
Objects/longobject.c
Python/flowgraph.c