Message78064
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. |
|
Date |
User |
Action |
Args |
2008-12-19 16:27:21 | gpolo | set | recipients:
+ gpolo, hagen |
2008-12-19 16:27:17 | gpolo | link | issue4701 messages |
2008-12-19 16:27:16 | gpolo | create | |
|