mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Update the type of tp_dealloc.
This commit is contained in:
parent
263ad28be9
commit
0babc44ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ will implement.
|
||||||
\index{finalization, of objects}
|
\index{finalization, of objects}
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
destructor tp_dealloc;
|
freefunc tp_dealloc;
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
This function is called when the reference count of the instance of
|
This function is called when the reference count of the instance of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue