diff options
author | Victor Stinner <vstinner@python.org> | 2021-05-26 22:51:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 22:51:07 (GMT) |
commit | 3e7ee02327db13e4337374597cdc4458ecb9e3ad (patch) | |
tree | cf61463ec1ded73c693c981875d68e483c2af552 /Lib/test/test_hashlib.py | |
parent | d8fd8c8568cbc2f53c1abeda3596a89a46f0e3d7 (diff) | |
download | cpython-3e7ee02327db13e4337374597cdc4458ecb9e3ad.zip cpython-3e7ee02327db13e4337374597cdc4458ecb9e3ad.tar.gz cpython-3e7ee02327db13e4337374597cdc4458ecb9e3ad.tar.bz2 |
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()
Diffstat (limited to 'Lib/test/test_hashlib.py')
0 files changed, 0 insertions, 0 deletions