[issue1417] Weakref not working properly

2007-11-10 Thread MHOOO
New submission from MHOOO: The following code is not working as expected: import weakref class cls1: def giveTo( self, to ): to.take( self.bla ) def bla(self ): pass class cls2: def take( self, what

[issue1417] Weakref not working properly

2007-11-11 Thread MHOOO
MHOOO added the comment: Well, too bad. My workaround (to make weakrefs work) is attached as a file. Added file: http://bugs.python.org/file8733/myhacks.py __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1417] Weakref not working properly

2007-11-15 Thread MHOOO
MHOOO added the comment: Yeah, cool :) Thanks =) __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1417> __ ___ Python-bugs-list mailing list Unsubs