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

Skip to content

Commit 292da58

Browse files
committed
Change the type of the tp_dealloc back to what it really is.
Change a section title to fit in better.
1 parent 9701732 commit 292da58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ext/newtypes.tex

Lines changed: 2 additions & 2 deletions
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-
freefunc tp_dealloc;
350+
destructor tp_dealloc;
351351
\end{verbatim}
352352

353353
This function is called when the reference count of the instance of
@@ -918,7 +918,7 @@ \subsection{Abstract Protocol Support}
918918
actual error occurs, it should set an exception and return \NULL.
919919

920920

921-
\subsection{Cycle Collector Support
921+
\subsection{Supporting the Cycle Collector
922922
\label{example-cycle-support}}
923923

924924
This example shows only enough of the implementation of an extension

0 commit comments

Comments
 (0)