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
874c4f0f
Commit
874c4f0f
authored
Dec 07, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial spelling repair on new cyclic garbage text.
parent
024e6479
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/ext/extending.tex
Doc/ext/extending.tex
+2
-2
No files found.
Doc/ext/extending.tex
View file @
874c4f0f
...
...
@@ -1238,9 +1238,9 @@ cycles. This allows applications to not worry about creating direct
or indirect circular references; these are the weakness of garbage
collection implemented using only reference counting. Reference
cycles consist of objects which contain (possibly indirect) references
t
hemselves
so that each object in the cycle has a reference count
t
o themselves,
so that each object in the cycle has a reference count
which is non-zero. Typical reference counting implementations are not
able to reclaim the memory beloning to any objects in a reference
able to reclaim the memory belon
g
ing to any objects in a reference
cycle, or referenced from the objects in the cycle, even though there
are no further references to the cycle itself.
...
...
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