[New-bugs-announce] [issue10185] Py_hash_t declaration needed in _testcapimodule

Case Van Horsen report at bugs.python.org
Sat Oct 23 21:32:15 CEST 2010


New submission from Case Van Horsen <casevh at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10185>
_______________________________________


More information about the New-bugs-announce mailing list