]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128058: Fix test_builtin ImmortalTests (#128068)
authorVictor Stinner <vstinner@python.org>
Fri, 20 Dec 2024 07:50:18 +0000 (08:50 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 07:50:18 +0000 (08:50 +0100)
commitdaa260ebb1c1b20321e7f26df7c9dbd35d4edcbf
treeff2b97280bfe94110e10c0b81f9237f7004d9547
parent39e69a7cd54d44c9061db89bb15c460d30fba7a6
gh-128058: Fix test_builtin ImmortalTests (#128068)

On 32-bit Free Threading systems, immortal reference count
is 5 << 28, instead of 7 << 28.

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_builtin.py