PyCodeObject.co_weakreflist

to support weakrefs to code objects Availability: >= 2.7

struct PyCodeObject
version(Python_2_7_Or_Later)
PyObject* co_weakreflist;

Meta