rename 'Hash' typdef to 'Py_hash_t'
Also define 'Py_uhash_t'. This increases parity between the tinyarray hashing code and CPython's. Note that in Python2 hashes were long integers, whereas in Python 3 they are size_t.
Please register or sign in to comment