PyWeakReference.hash

A cache for wr_object's hash code. As usual for hashes, this is -1 if the hash code isn't known yet.

struct PyWeakReference
Py_hash_t hash;

Meta