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 c2578c5 commit 8394595Copy full SHA for 8394595
1 file changed
Doc/api/refcounts.dat
@@ -16,7 +16,10 @@
16
# Refcount behavior is given for all PyObject* types: 0 (no change), +1
17
# (increment) and -1 (decrement). A blank refcount field indicates the
18
# parameter or function value is not a PyObject* and is therefore not
19
-# subject to reference counting.
+# subject to reference counting. A special case for the value "null"
20
+# (without quotes) is used for functions which return a PyObject* type but
21
+# always return NULL. This is used by some of the PyErr_*() functions, in
22
+# particular.
23
24
# The parameter names are as they appear in the API manual, not the source
25
# code.
0 commit comments