New submission from Case Van Horsen <cas...@gmail.com>: While researching errors in issue 9778, I found a variable in _testcapimodule.c that should be declared Py_hash_t instead of long.
Patch is attached. ---------- components: Interpreter Core files: py_hash_t_testcapimodule.diff keywords: patch messages: 119469 nosy: casevh priority: normal severity: normal status: open title: Py_hash_t declaration needed in _testcapimodule versions: Python 3.2, Python 3.3 Added file: http://bugs.python.org/file19346/py_hash_t_testcapimodule.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10185> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com