Document Py_RETURN_NONE.

This commit is contained in:
Brett Cannon 2003-11-09 04:15:30 +00:00
parent f7a6b67e5c
commit 35d8360bf7
1 changed files with 4 additions and 0 deletions

View File

@ -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}}