Message570

Author leouserz
Recipients
Date 2006-12-22.01:27:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
this can be seen as caused by 1 of 2 things:
1. hashCode is returning System.identityHashCode
2. PyMethod when it creates a new bound PyMethod is not caching per im_self instance.

Fixing either one of these will result in the problem going away.

leouser
History
Date User Action Args
2008-02-20 17:17:01adminlinkissue515497 messages
2008-02-20 17:17:01admincreate