Commit 6ccdccd3 authored by Fred Drake's avatar Fred Drake

Add a note that Py_None needs the same reference count treatment as any

other PyObject *.
This closes SF bug #494007.
parent f9816176
......@@ -74,7 +74,8 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
\begin{cvardesc}{PyObject*}{Py_None}
The Python \code{None} object, denoting lack of value. This object
has no methods.
has no methods. It needs to be treated just like any other object
with respect to reference counts.
\end{cvardesc}
......
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