link text
I got the concept of reference count
So when i do a \"del astrd\" ,reference count drops to zero and astrd gets collected by gc ?
This is t
It gets a chance to get collected on the next GC collection run.
See: http://docs.python.org/library/gc.html