]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
authorSam Gross <colesbury@gmail.com>
Thu, 11 Dec 2025 19:41:03 +0000 (14:41 -0500)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 19:41:03 +0000 (14:41 -0500)
commita26c831bc486b6e607cee6a5923bad52b97c2341
treec093c2a82e97ec165b0e6612b3e5c85c485141fd
parentdac4589726952be873df13f41bea24cc6f9da6b1
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)

PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged
ints on the evaluation stack properly.
Lib/test/test_capi/test_object.py
Misc/NEWS.d/next/C_API/2025-12-11-13-01-49.gh-issue-142589.nNAqgw.rst [new file with mode: 0644]
Modules/_testcapi/object.c
Objects/object.c