mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
3e7ee02327
Move _PyLong_GetZero() and _PyLong_GetOne() loop invariants outside loops in functions: * math.comb() * math.gcd() * math.lcm() * math.perm()
Source files for standard library extension modules, and former extension modules that are now builtin modules.