TypeError with weakrefs

Ben Kaplan bskaplan14 at yahoo.com
Mon Mar 31 10:15:56 EDT 2008


I'm working with weakrefs, and I keep getting a type error

The exact line I am getting is 

Exception exceptions.TypeError: '__call__() takes exactly 0 arguments (1 given)' in <weakref at 0x958ae0; to 'AFunImpl' at 0x988290> ignored


The strange part is that I am not trying to call anything. From debugging, I found out that the message is printed at this line:

 count = self.nb_add - self.nb_removed

Has anyone seen this before?




      ____________________________________________________________________________________
OMG, Sweet deal for Yahoo! users/friends:Get A Month of Blockbuster Total Access, No Cost. W00t 
http://tc.deals.yahoo.com/tc/blockbuster/text2.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080331/50d33196/attachment.html>


More information about the Python-list mailing list