]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-126835: Fix _PY_IS_SMALL_INT() macro (GH-146631) (#147187)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Mar 2026 13:27:11 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2026 13:27:11 +0000 (13:27 +0000)
commite387bac1a4a36c1b5c7899d1e79d6d424fae7b85
treea4618ca8e05714816b30e5c83eb73dfe6b077cd4
parent2d1515dc21c7dea433fe639c6c8ca249986a6a7e
[3.14] gh-126835: Fix _PY_IS_SMALL_INT() macro (GH-146631) (#147187)

gh-126835: Fix _PY_IS_SMALL_INT() macro (GH-146631)
(cherry picked from commit adf2c47911b35134cf108c24a3cc7794b7755aac)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/internal/pycore_long.h
Objects/longobject.c
Python/flowgraph.c