PyWeakReference.wr_object

The object to which this is a weak reference, or Py_None if none. Note that this is a stealth reference: wr_object's refcount is not incremented to reflect this pointer.

struct PyWeakReference
PyObject* wr_object;

Meta