From: Fred Drake Date: Fri, 12 Apr 2002 15:37:43 +0000 (+0000) Subject: Update the type of tp_dealloc. X-Git-Tag: v2.3c1~6005 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0babc44ab2696b89dd4cd60aae68da11dc6cfbf3;p=python Update the type of tp_dealloc. --- diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index 96cc8defa5..89f95be269 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -347,7 +347,7 @@ will implement. \index{finalization, of objects} \begin{verbatim} - destructor tp_dealloc; + freefunc tp_dealloc; \end{verbatim} This function is called when the reference count of the instance of