]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45210: Document that error indicator may be set in tp_dealloc (#28358)
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 9 Jun 2025 08:56:32 +0000 (04:56 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Jun 2025 08:56:32 +0000 (08:56 +0000)
commit8441b263af964f353bf02d56c32a4fc547cdc330
treef739e2875ec6492d3b9f727019fa29fb6d38e029
parent3cb109796dd4b07625b21773bbc04697c65bdf20
bpo-45210: Document that error indicator may be set in tp_dealloc (#28358)

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/typeobj.rst
Misc/NEWS.d/next/Documentation/2021-09-15-13-07-25.bpo-45210.RtGk7i.rst [new file with mode: 0644]