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
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/
MHOOO added the comment:
Yeah, cool :)
Thanks =)
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1417>
__
___
Python-bugs-list mailing list
Unsubs