mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
This commit is contained in:
parent
b15a8df519
commit
584265b001
21 changed files with 166 additions and 64 deletions
|
|
@ -239,8 +239,8 @@ Weak References
|
|||
===============
|
||||
|
||||
Python does automatic memory management (reference counting for most objects and
|
||||
garbage collection to eliminate cycles). The memory is freed shortly after the
|
||||
last reference to it has been eliminated.
|
||||
:term:`garbage collection` to eliminate cycles). The memory is freed shortly
|
||||
after the last reference to it has been eliminated.
|
||||
|
||||
This approach works fine for most applications but occasionally there is a need
|
||||
to track objects only as long as they are being used by something else.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue