Skip to content
  • Joseph Weston's avatar
    correct tests for different integer sizes · 9953b984
    Joseph Weston authored
    'sys.maxsize' refers to the size of a 'Py_size_t', whereas
    ndarray_int's internally store a 'long'. We now correctly test
    for hash equality within the relevant integer limits.
    9953b984