[issue1417] Weakref not working properly

Raymond Hettinger report at bugs.python.org
Sat Nov 10 23:38:39 CET 2007


Raymond Hettinger added the comment:

It's easier to see what is going on if you print the object ids.  The 
id of self.bla is different than the subsequent c1.bla.  The first is 
freed before the second gets created.

----------
nosy: +rhettinger

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1417>
__________________________________


More information about the Python-bugs-list mailing list