]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46361: Fix "small" `int` caching (GH-30583)
authorBrandt Bucher <brandt@python.org>
Sun, 16 Jan 2022 16:06:37 +0000 (08:06 -0800)
committerGitHub <noreply@github.com>
Sun, 16 Jan 2022 16:06:37 +0000 (16:06 +0000)
commit5cd9a162cd02a3d0f1b0a182d80feeb17439e84f
tree3a80de2f3551e23f85f4c63200e5ecd844dfa374
parent09087b8519316608b85131ee7455b664c00c38d2
bpo-46361: Fix "small" `int` caching (GH-30583)
Lib/test/test_decimal.py
Lib/test/test_long.py
Misc/NEWS.d/next/Core and Builtins/2022-01-12-17-15-17.bpo-46361.mgI_j_.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c
Objects/longobject.c