Nick Coghlan <[EMAIL PROTECTED]> added the comment: Attached updated patch which implements Guido's suggestion from above (inheritance of __hash__ is blocked at the C level by setting the slot to PyObject_HashNotImplemented and at the Python level by setting __hash__ = None).
All tests which don't depend on a -u resource flag still pass (currently running a -uall set of tests as well). Added file: http://bugs.python.org/file10827/issue2235_fix_hash_inheritance_with_function_ptr.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2235> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com