Skip to content
  • Joseph Weston's avatar
    rename 'Hash' typdef to 'Py_hash_t' · 877101de
    Joseph Weston authored
    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.
    877101de