Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0babc44

Browse files
committed
Update the type of tp_dealloc.
1 parent 263ad28 commit 0babc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ext/newtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ \subsection{Finalization and De-allocation}
347347
\index{finalization, of objects}
348348

349349
\begin{verbatim}
350-
destructor tp_dealloc;
350+
freefunc tp_dealloc;
351351
\end{verbatim}
352352

353353
This function is called when the reference count of the instance of

0 commit comments

Comments
 (0)