Lines Matching refs:garbage
27 :term:`garbage collection` is free to destroy the referent and reuse its memory
44 image object are the weak references held by weak mappings, garbage collection
51 garbage collection. :class:`WeakSet` implements the :class:`set` interface,
56 cleanup function to be called when an object is garbage collected.
177 references that will cause the garbage collector to keep the keys around longer
241 is garbage collected. Unlike an ordinary weak reference, a finalizer
246 or at garbage collection), and after that it is *dead*. Calling a live
250 Exceptions raised by finalizer callbacks during garbage collection
296 since otherwise *obj* will never be garbage collected. In
364 # referent has been garbage collected
502 * the object is garbage collected,
526 reference cycles from being garbage collected, and module globals are
531 specific, since it depends on internal details of the interpreter's garbage
552 garbage collected the finalizer will still be called at exit.