Hi I noticed a module weakref in Python standard library. What is weak reference and in what way it differs from "normal" reference? By the way, how can I implement usual reference in Python (I mean C++ reference)?