-
Fix issue with hash functions in Python 3.2+ · 212a3906
Starting with Python 3.2 hash functions should return Py_hash_t instead of long.
Victor M. Alvarez authored
×
Starting with Python 3.2 hash functions should return Py_hash_t instead of long.