Re: how to "free" an object/var ?
- From: "Terry Reedy" <tjreedy@xxxxxxxx>
- Date: Wed, 31 Jan 2007 14:47:30 -0500
"John Nagle" <nagle@xxxxxxxxxxx> wrote in message
news:AAXvh.1465$zH1.1114@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| If your data structure has no backlinks, it will go away
| as soon as the last reference to it disappears.
| In Python, garbage collection is mostly a backup to
| the reference counting system.
These both are true of the CPython implementation (current and known
future, at least) but not of other implementations and not of the language
itself.
The same comment applies to some other posts in this thread. GC, if any,
is implementation defined.
tjr
.
- References:
- how to "free" an object/var ?
- From: Stef Mientki
- Re: how to "free" an object/var ?
- From: James Stroud
- Re: how to "free" an object/var ?
- From: Steven D'Aprano
- Re: how to "free" an object/var ?
- From: John Nagle
- how to "free" an object/var ?
- Prev by Date: Re: Any python scripts to do parallel downloading?
- Next by Date: Re: emulate a serial port in windows (create a virtual 'com' port)
- Previous by thread: Re: how to "free" an object/var ?
- Next by thread: Garbage collection (was: how to "free" an object/var ?)
- Index(es):
Relevant Pages
|