mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
||||
unreachable they may be garbage-collected. An implementation is
|
||||
allowed to postpone garbage collection or omit it altogether --- it is a
|
||||
matter of implementation quality how garbage collection is
|
||||
allowed to postpone garbage collection or omit it altogether --- it is
|
||||
a matter of implementation quality how garbage collection is
|
||||
implemented, as long as no objects are collected that are still
|
||||
reachable. (Implementation note: the current implementation uses a
|
||||
reference-counting scheme which collects most objects as soon as they
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue