summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2003-11-09 04:15:30 (GMT)
committerBrett Cannon <bcannon@gmail.com>2003-11-09 04:15:30 (GMT)
commit35d8360bf7692d15292e4122d608aea1cddd46b1 (patch)
treec659433f0ac340cfb7bf64921b7eabe992b6fdca /Doc
parentf7a6b67e5c6ced3187a6f644f168709815b4e9b9 (diff)
downloadcpython-35d8360bf7692d15292e4122d608aea1cddd46b1.zip
cpython-35d8360bf7692d15292e4122d608aea1cddd46b1.tar.gz
cpython-35d8360bf7692d15292e4122d608aea1cddd46b1.tar.bz2
Document Py_RETURN_NONE.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/concrete.tex4
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}}