Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b2d5acf5
Commit
b2d5acf5
authored
Apr 10, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add to the comment a description of the "null" value for returned
PyObject* values.
parent
9698a190
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Doc/api/refcounts.dat
Doc/api/refcounts.dat
+4
-1
No files found.
Doc/api/refcounts.dat
View file @
b2d5acf5
...
...
@@ -16,7 +16,10 @@
# Refcount behavior is given for all PyObject* types: 0 (no change), +1
# (increment) and -1 (decrement). A blank refcount field indicates the
# parameter or function value is not a PyObject* and is therefore not
# subject to reference counting.
# subject to reference counting. A special case for the value "null"
# (without quotes) is used for functions which return a PyObject* type but
# always return NULL. This is used by some of the PyErr_*() functions, in
# particular.
# The parameter names are as they appear in the API manual, not the source
# code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment