knowledgebase

Viewing articles tagged “Python weak references”

Viewing articles tagged “Python weak references”

description

Weak References in Python: Efficient Memory Management

Python uses reference counting mechanism while implementing garbage collection policy. Whenever an object in the memory is referred, the…

arrow_forward
arrow_back « Back