Kaydet (Commit) 6ccdccd3 authored tarafından 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.
üst f9816176
...@@ -74,7 +74,8 @@ There is no \cfunction{PyNone_Check()} function for the same reason. ...@@ -74,7 +74,8 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
\begin{cvardesc}{PyObject*}{Py_None} \begin{cvardesc}{PyObject*}{Py_None}
The Python \code{None} object, denoting lack of value. This object 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} \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