Message 119044 - Python tracker (original) (raw)
On Mon, Oct 18, 2010 at 1:25 PM, Case Van Horsen <report@bugs.python.org> wrote: ..
We either needed to (1) add an unsigned Py_hash_t type or (2) just use size_t and Py_ssize_t.
Option (2) may actually be preferable because dict and set implementations rely on Py_hash_t being compatible with Py_ssize_t. See issue 1646068.