[issue10185] Py_hash_t declaration needed in _testcapimodule

2010-10-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r85810, thank you. -- nosy: +pitrou resolution: -> fixed status: open -> closed versions: -Python 3.3 ___ Python tracker ___ ___

[issue10185] Py_hash_t declaration needed in _testcapimodule

2010-10-23 Thread Case Van Horsen
New submission from Case Van Horsen : 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: 119