]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149216: Notify type watchers on heap type deallocation (GH-149236)
authorAnuj Nitin Bharambe <119653366+anujbharambe@users.noreply.github.com>
Tue, 5 May 2026 10:24:07 +0000 (15:54 +0530)
committerGitHub <noreply@github.com>
Tue, 5 May 2026 10:24:07 +0000 (11:24 +0100)
commitf6d16a0d708c611dd96bb739f0896a0b6d7e04e8
treef360644f189a6db8799f4a6d60f2290d2077909f
parent114781040c8ab033a164dbdefca71b69ba7fe2ed
gh-149216: Notify type watchers on heap type deallocation (GH-149236)

Authored-by: Anuj Bharambe <anujnitinb@gmail.com>
Doc/c-api/type.rst
Lib/test/test_capi/test_watchers.py
Misc/NEWS.d/next/C_API/2026-05-01-00-00-00.gh-issue-149216.TpWatch.rst [new file with mode: 0644]
Modules/_testcapi/watchers.c
Objects/typeobject.c