]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: Use ``PyFloat_AS_DOUBLE`` and `_PyLong_IsZero`` in the float / compactlong...
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Thu, 19 Feb 2026 19:45:59 +0000 (20:45 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 19:45:59 +0000 (21:45 +0200)
commitb5c8e6e1334f1756ead5e2cd5966731844428e2c
tree6012204afe19fd8949f3a52237a7053d8144b98b
parent0f7cd5544a4dd1d7cf892c93c661510d619caaa7
gh-100239: Use ``PyFloat_AS_DOUBLE`` and `_PyLong_IsZero`` in the float / compactlong specializations (#144826)
Misc/NEWS.d/next/Core_and_Builtins/2026-02-17-21-04-03.gh-issue-100239.LyVabQ.rst [new file with mode: 0644]
Python/specialize.c