mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Document Py_RETURN_NONE.
This commit is contained in:
parent
f7a6b67e5c
commit
35d8360bf7
1 changed files with 4 additions and 0 deletions
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue