Tag: Weak Reference
All the articles with the tag "Weak Reference".
-
Implementing weak references in Python
1 min readNormal Python references to objects increment the object's reference count thus preventing it from being garbage collected
All the articles with the tag "Weak Reference".
Normal Python references to objects increment the object's reference count thus preventing it from being garbage collected