]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 18 Jan 2022 08:02:35 +0000 (02:02 -0600)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 08:02:35 +0000 (00:02 -0800)
commit243c31667cc15a9a338330ad9b2a29b1cd1c76ec
treedf4b4382a31cd4a29d03109bdeeb400a199e0cf2
parenta287b31bcb065e4122400cb59167340d25480e6d
bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656)
Lib/test/test_sys.py
Objects/enumobject.c