]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 24 Sep 2025 09:25:56 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 09:25:56 +0000 (11:25 +0200)
commita5e056235075ebd3e7eef1c9fef264bca3461a2d
treeb00acf16514e892c83505efe837f91e42b451df3
parent30f849250b7bac871bb9b7361833ea921585d659
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
16 files changed:
Doc/c-api/weakref.rst
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/deprecations/c-api-pending-removal-in-3.15.rst
Doc/howto/free-threading-extensions.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.15.rst
Include/cpython/weakrefobject.h
Include/weakrefobject.h
Misc/NEWS.d/3.11.0a2.rst
Misc/NEWS.d/3.13.0a1.rst
Misc/NEWS.d/next/C_API/2025-05-08-12-40-59.gh-issue-133644.FNexLJ.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapimodule.c
Objects/weakrefobject.c