mirror of https://github.com/python/cpython
Document Py_RETURN_NONE.
This commit is contained in:
parent
f7a6b67e5c
commit
35d8360bf7
|
@ -97,6 +97,10 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
|
|||
with respect to reference counts.
|
||||
\end{cvardesc}
|
||||
|
||||
\begin{csimplemacrodesc}{Py_RETURN_NONE}
|
||||
Properly handles returning \cvar{Py_None} from within a C function.
|
||||
\end{csimplemacrodesc}
|
||||
|
||||
|
||||
\section{Numeric Objects \label{numericObjects}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue