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
ef180dc3
Commit
ef180dc3
authored
Jan 26, 2002
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that get_referrers can return unreachable but uncollected objects.
Fixes #505453.
parent
fb0da9d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Doc/lib/libgc.tex
Doc/lib/libgc.tex
+7
-0
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/lib/libgc.tex
View file @
ef180dc3
...
...
@@ -83,6 +83,13 @@ Return the list of objects that directly refer to any of objs. This
function will only locate those containers which support garbage
collection; extension types which do refer to other objects but do not
support garbage collection will not be found.
Note that objects which have already been dereferenced, but which live
in cycles and have not yet been collected by the garbage collector can
be listed among the resulting referrers. To get only currently live
objects, call
\function
{
collect()
}
before calling
\function
{
get
_
referrers()
}
.
\versionadded
{
2.2
}
\end{funcdesc}
...
...
Misc/ACKS
View file @
ef180dc3
...
...
@@ -472,6 +472,7 @@ Edward Welbourne
Rickard Westman
Truida Wiedijk
Gerry Wiener
Bryce "Zooko" Wilcox-O'Hearn
Sue Williams
Frank Willison
Greg V. Wilson
...
...
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