Author arigo
Recipients
Date 2006-06-17.10:55:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

One message is wrong, in typeobject.c:slot_tp_hash().
The object that is unhashable is not 'func', it is 'self'.

In abstract.c, maybe the two error messages from
PySequence_Size() and PyMapping_Size() should be different,
as they depend on the presence of a different slot.  I'd
suggest, respectively, "len() of non-sequence object
'%.200s'" and "len() of non-mapping object '%.200s'".

The rest looks good and quite useful IMHO :-)
History
Date User Action Args
2007-08-23 15:52:53adminlinkissue1507676 messages
2007-08-23 15:52:53admincreate