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
e03664ff
Commit
e03664ff
authored
Jul 26, 2004
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two typo fixes
parent
e3e1ecac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/api/refcounting.tex
Doc/api/refcounting.tex
+2
-2
No files found.
Doc/api/refcounting.tex
View file @
e03664ff
...
...
@@ -46,10 +46,10 @@ of Python objects.
Decrement the reference count for object
\var
{
o
}
. The object may be
\NULL
, in which case the macro has no effect; otherwise the effect
is the same as for
\cfunction
{
Py
_
DECREF()
}
, except that the argument
is also set to
\NULL
. The warning for
\cfunction
{
Py
_
DECREF()
}
,
does
is also set to
\NULL
. The warning for
\cfunction
{
Py
_
DECREF()
}
does
not apply with respect to the object passed because the macro
carefully uses a temporary variable and sets the argument to
\NULL
before decrementing it
'
s reference count.
before decrementing its reference count.
It is a good idea to use this macro whenever decrementing the value
of a variable that might be traversed during garbage collection.
...
...
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