mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Minor refilling of a paragraph...
This commit is contained in:
parent
70da192f63
commit
92a6ed9940
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ lists are mutable.
|
||||||
|
|
||||||
Objects are never explicitly destroyed; however, when they become
|
Objects are never explicitly destroyed; however, when they become
|
||||||
unreachable they may be garbage-collected. An implementation is
|
unreachable they may be garbage-collected. An implementation is
|
||||||
allowed to postpone garbage collection or omit it altogether --- it is a
|
allowed to postpone garbage collection or omit it altogether --- it is
|
||||||
matter of implementation quality how garbage collection is
|
a matter of implementation quality how garbage collection is
|
||||||
implemented, as long as no objects are collected that are still
|
implemented, as long as no objects are collected that are still
|
||||||
reachable. (Implementation note: the current implementation uses a
|
reachable. (Implementation note: the current implementation uses a
|
||||||
reference-counting scheme which collects most objects as soon as they
|
reference-counting scheme which collects most objects as soon as they
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue