Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f981617 commit 6ccdccdCopy full SHA for 6ccdccd
1 file changed
Doc/api/concrete.tex
@@ -74,7 +74,8 @@ \subsection{The None Object \label{noneObject}}
74
75
\begin{cvardesc}{PyObject*}{Py_None}
76
The Python \code{None} object, denoting lack of value. This object
77
- has no methods.
+ has no methods. It needs to be treated just like any other object
78
+ with respect to reference counts.
79
\end{cvardesc}
80
81
0 commit comments