From: Brett Cannon Date: Sun, 9 Nov 2003 04:15:30 +0000 (+0000) Subject: Document Py_RETURN_NONE. X-Git-Tag: v2.4a1~1311 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35d8360bf7692d15292e4122d608aea1cddd46b1;p=thirdparty%2FPython%2Fcpython.git Document Py_RETURN_NONE. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index b00b9151ad8c..7ad6e91617f3 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}}