Next:
Reference counts
Up:
python
Previous:
Catching a time-out
Contents
Index
Details
Subsections
Reference counts
The identity of variables/objects
'del x' vs. 'x = None'
Trigger garbage collection
Modify a list from within a function