]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
authorVictor Stinner <vstinner@python.org>
Mon, 26 Jun 2023 10:10:53 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 10:10:53 +0000 (12:10 +0200)
commitc075a1974b0dce9801cb645c77faa8af612b3db5
tree9d11e456048a42b7ba912dac1c99dd137c2442b8
parentdac3d389e747c6f6ef17e4e2f38731c8ef83eada
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)

Deprecate PyWeakref_GetObject() and PyWeakref_GET_OBJECT() functions.
Doc/c-api/weakref.rst
Doc/whatsnew/3.13.rst
Include/cpython/weakrefobject.h
Include/weakrefobject.h
Misc/NEWS.d/next/C API/2023-06-22-00-25-55.gh-issue-105927.GRxZtI.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/weakrefobject.c