Home | History | Annotate | Download | only in python2.7

Lines Matching defs:wr_object

19      * Note that this is a stealth reference:  wr_object's refcount is
22 PyObject *wr_object;
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \