]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123619: Add an unstable C API function for enabling deferred reference counting...
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 13 Nov 2024 13:27:16 +0000 (08:27 -0500)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 13:27:16 +0000 (13:27 +0000)
commitd00878b06a05ea04790813dba70b09cc1d11bf45
treee7508c9d7769379ae50a0f6e7572a61bb6dc952f
parent29b5323c4567dc7772e1d30a7ba1cbad52fe10a9
gh-123619: Add an unstable C API function for enabling deferred reference counting (GH-123635)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Doc/c-api/object.rst
Doc/whatsnew/3.14.rst
Include/cpython/object.h
Lib/test/test_capi/test_object.py
Misc/NEWS.d/next/C_API/2024-09-03-13-33-33.gh-issue-123619.HhgUUI.rst [new file with mode: 0644]
Modules/_testcapi/object.c
Modules/_testinternalcapi.c
Objects/object.c