Commit 0cd83d78 authored by Fred Drake's avatar Fred Drake

Update the type of tp_dealloc.

parent 26c7b843
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment