PyCoroObject Struct Reference

#include <genobject.h>

Public Attributes

PyObject_HEAD PyFrameObjectcr_frame
 
char cr_running
 
PyObjectcr_code
 
PyObjectcr_weakreflist
 
PyObjectcr_name
 
PyObjectcr_qualname
 
_PyErr_StackItem cr_exc_state
 
PyObjectcr_origin
 

Member Data Documentation

◆ cr_frame

◆ cr_running

char cr_running

◆ cr_code

PyObject* cr_code

◆ cr_weakreflist

PyObject* cr_weakreflist

◆ cr_name

PyObject* cr_name

◆ cr_qualname

PyObject* cr_qualname

◆ cr_exc_state

_PyErr_StackItem cr_exc_state

◆ cr_origin

PyObject* cr_origin