[issue4701] range objects becomes hashable after attribute access

Hagen Fürstenau report at bugs.python.org
Fri Dec 19 17:14:15 CET 2008


Hagen Fürstenau <hfuerstenau at gmx.net> added the comment:

I'm talking about places like these:

[hagenf at 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 */

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4701>
_______________________________________


More information about the Python-bugs-list mailing list