]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Mon, 11 Apr 2022 20:07:09 +0000 (16:07 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Apr 2022 20:07:09 +0000 (16:07 -0400)
commit8be8949116e1812df5e329a18647ebdea7fb9c6c
tree08bef3122e0eb3dc131c454bb1f927a23bb93879
parenta8abb76af92a5f6883a640a987f9f45b47ec852b
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
Lib/test/test_long.py
Misc/NEWS.d/next/Core and Builtins/2022-03-13-08-23-17.bpo-46961.SgGCkG.rst [new file with mode: 0644]
Objects/longobject.c