cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
PyCodeObject.co_weakreflist
deimos
python
code
PyCodeObject
to support weakrefs to code objects */ /// Availability: >= 2.
struct
PyCodeObject
PyObject
*
co_weakreflist
;
Meta
Source
See Implementation
deimos
python
code
PyCodeObject
variables
co_argcount
co_cellvars
co_code
co_consts
co_filename
co_firstlineno
co_flags
co_freevars
co_lnotab
co_name
co_names
co_nlocals
co_stacksize
co_varnames
co_weakreflist
co_zombieframe
to support weakrefs to code objects */ /// Availability: >= 2.