Vladimir

22%
Flag icon
The second surprising fact is that del deletes references, not objects. Python’s garbage collector may discard an object from memory as an indirect result of del, if the deleted variable was the last reference to the object.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview