Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9701732 commit 292da58Copy full SHA for 292da58
1 file changed
Doc/ext/newtypes.tex
@@ -347,7 +347,7 @@ \subsection{Finalization and De-allocation}
347
\index{finalization, of objects}
348
349
\begin{verbatim}
350
- freefunc tp_dealloc;
+ destructor tp_dealloc;
351
\end{verbatim}
352
353
This function is called when the reference count of the instance of
@@ -918,7 +918,7 @@ \subsection{Abstract Protocol Support}
918
actual error occurs, it should set an exception and return \NULL.
919
920
921
-\subsection{Cycle Collector Support
+\subsection{Supporting the Cycle Collector
922
\label{example-cycle-support}}
923
924
This example shows only enough of the implementation of an extension
0 commit comments