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.

  1. Py_hash_t hash;
    struct PyWeakReference
    version(Python_3_2_Or_Later)
    Py_hash_t hash;
  2. C_long hash;

Meta