]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37295: Use constant-time comb() and perm() for larger n depending on k (GH-30305)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 9 Jan 2022 13:32:25 +0000 (15:32 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jan 2022 13:32:25 +0000 (15:32 +0200)
commit2d787971c65b005d0cce219399b9a8e2b70d4ef4
tree1aa97686441444fce8a09c3a0837e511b9d62442
parent5c66414b5561c54e7a0f4bde8cc3271908ea525e
bpo-37295: Use constant-time comb() and perm() for larger n depending on k (GH-30305)
Lib/test/test_math.py
Modules/mathmodule.c