This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hagen
Recipients gpolo, hagen
Date 2008-12-19.16:14:08
SpamBayes Score 0.00023893658
Marked as misclassified No
Message-id <1229703255.71.0.93799267647.issue4701@psf.upfronthosting.co.za>
In-reply-to
Content
I'm talking about places like these:

[hagenf@chage py3k]$ grep -R "(hashfunc)PyObject_HashNotImplemented"
Objects/*.c Modules/*.c
Objects/dictobject.c:   (hashfunc)PyObject_HashNotImplemented,  /*
tp_hash */
Objects/listobject.c:   (hashfunc)PyObject_HashNotImplemented,  /*
tp_hash */
Objects/setobject.c:    (hashfunc)PyObject_HashNotImplemented,  /*
tp_hash */
Modules/_collectionsmodule.c:   (hashfunc)PyObject_HashNotImplemented, 
/* tp_hash */
History
Date User Action Args
2008-12-19 16:14:15hagensetrecipients: + hagen, gpolo
2008-12-19 16:14:15hagensetmessageid: <1229703255.71.0.93799267647.issue4701@psf.upfronthosting.co.za>
2008-12-19 16:14:09hagenlinkissue4701 messages
2008-12-19 16:14:08hagencreate