PyDictEntry.me_hash

Cached hash code of me_key. Note that hash codes are C longs. We have to use Py_ssize_t instead because dict_popitem() abuses me_hash to hold a search finger.

struct PyDictEntry
Py_hash_t me_hash;

Meta