diff options
-rw-r--r-- | Doc/api/concrete.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index b00b915..7ad6e91 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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}} |