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.

Author casevh
Recipients casevh
Date 2010-10-23.19:32:14
SpamBayes Score 0.00011855902
Marked as misclassified No
Message-id <1287862335.94.0.457424318631.issue10185@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-23 19:32:16casevhsetrecipients: + casevh
2010-10-23 19:32:15casevhsetmessageid: <1287862335.94.0.457424318631.issue10185@psf.upfronthosting.co.za>
2010-10-23 19:32:14casevhlinkissue10185 messages
2010-10-23 19:32:14casevhcreate