◐ Shell
clean mode source ↗

gh-128058: Fix test_builtin ImmortalTests by vstinner · Pull Request #128068 · python/cpython

On 32-bit systems, _Py_IMMORTAL_INITIAL_REFCNT is defined as 5 << 28,
not 7 << 28.

ZeroIntensity

@vstinner

@vstinner

colesbury

@ZeroIntensity

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

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

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

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

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>