This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Py_hash_t declaration needed in _testcapimodule
Type: Stage:
Components: Interpreter Core Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: casevh, pitrou
Priority: normal Keywords: patch

Created on 2010-10-23 19:32 by casevh, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py_hash_t_testcapimodule.diff casevh, 2010-10-23 19:32
Messages (2)
msg119469 - (view) Author: Case Van Horsen (casevh) Date: 2010-10-23 19:32
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.
msg119472 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-23 19:43
Committed in r85810, thank you.
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54394
2010-10-23 19:43:13pitrousetstatus: open -> closed
versions: - Python 3.3
nosy: + pitrou

messages: + msg119472

resolution: fixed
2010-10-23 19:32:14casevhcreate