bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391)
Move _PyLong_GetZero() and _PyLong_GetOne() loop invariants outside loops in functions: * math.comb() * math.gcd() * math.lcm() * math.perm()
V
Victor Stinner committed
3e7ee02327db13e4337374597cdc4458ecb9e3ad
Parent: d8fd8c8
Committed by GitHub <noreply@github.com>
on 5/26/2021, 10:51:07 PM