]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod() (#125044)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2024 17:54:42 +0000 (19:54 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 17:54:42 +0000 (19:54 +0200)
commit03775472cc69e150ced22dc30334a7a202fc0380
tree62bfbd1ba8499b1105794e00dcd0baaa0fdaa6f4
parent3287c834e5370294e310450115290979aac06efa
Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod() (#125044)

These functions cannot fail.
Objects/longobject.c