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 gpolo
Recipients gpolo, hagen
Date 2008-12-19.16:27:16
SpamBayes Score 0.007666407
Marked as misclassified No
Message-id <ac2200130812190827t75bbd73aw39b2c7abc00d8081@mail.gmail.com>
In-reply-to <1229703255.71.0.93799267647.issue4701@psf.upfronthosting.co.za>
Content
On Fri, Dec 19, 2008 at 2:14 PM, Hagen Fürstenau <report@bugs.python.org> wrote:
>
> Hagen Fürstenau <hfuerstenau@gmx.net> added the comment:
>
> 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 */

I have checked some of the examples you gave and noticed they were
re-added (or changed) recently, but all these casts could be removed.
History
Date User Action Args
2008-12-19 16:27:21gpolosetrecipients: + gpolo, hagen
2008-12-19 16:27:17gpololinkissue4701 messages
2008-12-19 16:27:16gpolocreate