]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146063: Add PyObject_CallFinalizerFromDealloc() to the limited C API (#146172)
authorVictor Stinner <vstinner@python.org>
Mon, 4 May 2026 13:37:45 +0000 (15:37 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 13:37:45 +0000 (15:37 +0200)
commitce51c1881889b6ed9f806d2f3c6551cb03c515da
treee6412f15124ab9d220afb2ee3b3abb27c487d400
parentfc9602819181d68568259029a2accfd2dfcd086d
gh-146063: Add PyObject_CallFinalizerFromDealloc() to the limited C API (#146172)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/data/stable_abi.dat
Doc/whatsnew/3.15.rst
Include/cpython/object.h
Include/object.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2026-03-19-15-28-14.gh-issue-146063.Sc-1RU.rst [new file with mode: 0644]
Misc/stable_abi.toml
PC/python3dll.c