bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-26393)
Move _PyLong_GetZero() and _PyLong_GetOne() loop invariants outside loops in functions: * math.comb() * math.gcd() * math.lcm() * math.perm() (cherry picked from commit 3e7ee02327db13e4337374597cdc4458ecb9e3ad) Co-authored-by: Victor Stinner <vstinner@python.org>
M
Miss Islington (bot) committed
4115996342278de7c2a1b59ac348322e7a4e9072
Parent: 150a8e8
Committed by GitHub <noreply@github.com>
on 5/26/2021, 11:13:17 PM