]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#133144)
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 5 May 2025 19:01:20 +0000 (15:01 -0400)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 19:01:20 +0000 (21:01 +0200)
commitb275b8f34210bae2fc1e0af23515df5efe911c8e
treed7463154455ed7136e11f4e70a72cdcac023baa8
parent0eeaa0ef8bf60fd3b1448a615b6b1662d558990e
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#133144)
Doc/c-api/object.rst
Doc/c-api/refcounting.rst
Doc/whatsnew/3.14.rst
Include/cpython/object.h
Lib/test/test_capi/test_object.py
Misc/NEWS.d/next/C_API/2025-04-29-06-27-46.gh-issue-133140.IPGGc3.rst [new file with mode: 0644]
Modules/_testcapi/object.c
Objects/object.c