From 35d8360bf7692d15292e4122d608aea1cddd46b1 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 9 Nov 2003 04:15:30 +0000 Subject: Document Py_RETURN_NONE. --- Doc/api/concrete.tex | 4 ++++ 1 file changed, 4 insertions(+) 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}} -- cgit v0.12