Commit 35d8360b authored by Brett Cannon's avatar Brett Cannon

Document Py_RETURN_NONE.

parent f7a6b67e
...@@ -97,6 +97,10 @@ There is no \cfunction{PyNone_Check()} function for the same reason. ...@@ -97,6 +97,10 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
with respect to reference counts. with respect to reference counts.
\end{cvardesc} \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}} \section{Numeric Objects \label{numericObjects}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment