Update the type of tp_dealloc.
This commit is contained in:
parent
263ad28be9
commit
0babc44ab2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue