bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant by vstinner · Pull Request #26391 · python/cpython
Move _PyLong_GetZero() and _PyLong_GetOne() loop invariants outside loops in functions: * math.comb() * math.gcd() * math.lcm() * math.perm()
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
vstinner added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters