PyMOTW: weakref
Originally posted
· 1 min read
The weakref module lets you refer to an object without preventing it from being garbage collected.
The weakref module lets you refer to an object without preventing it from being garbage collected.