]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593) ...
authorSam Gross <colesbury@gmail.com>
Thu, 11 Dec 2025 20:08:45 +0000 (15:08 -0500)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 20:08:45 +0000 (20:08 +0000)
commit12d2b95adff88a3395227ec7b28b2c81d879f455
treed6f867450efdc0ba682c229c485ccb3b6e38e09c
parente09c4deb254a85ef2be7a0a636c2845688c915ad
[3.14] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593) (#142597)

PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged
ints on the evaluation stack properly.
(cherry picked from commit a26c831bc486b6e607cee6a5923bad52b97c2341)
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