]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105927: Add PyWeakref_GetRef() function (#105932)
authorVictor Stinner <vstinner@python.org>
Wed, 21 Jun 2023 09:40:09 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 09:40:09 +0000 (11:40 +0200)
commit9c44656febdcf72583e192ea4530fcfb0936c309
tree57fc76b2d09c68541c2f6da186494768d52c6502
parent4d140e5e067d3315e163c0f1ac2f80c05ec790c6
gh-105927: Add PyWeakref_GetRef() function (#105932)

Add tests on PyWeakref_NewRef(), PyWeakref_GetObject(),
PyWeakref_GET_OBJECT() and PyWeakref_GetRef().
Doc/c-api/weakref.rst
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/weakrefobject.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2023-06-20-08-59-05.gh-issue-105927.DfGeEA.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapimodule.c
Objects/weakrefobject.c
PC/python3dll.c