PyAsyncGenObject Struct Reference

#include <genobject.h>

Public Attributes

PyObject_HEAD PyFrameObjectag_frame
 
char ag_running
 
PyObjectag_code
 
PyObjectag_weakreflist
 
PyObjectag_name
 
PyObjectag_qualname
 
_PyErr_StackItem ag_exc_state
 
PyObjectag_finalizer
 
int ag_hooks_inited
 
int ag_closed
 
int ag_running_async
 

Member Data Documentation

◆ ag_frame

◆ ag_running

char ag_running

◆ ag_code

PyObject* ag_code

◆ ag_weakreflist

PyObject* ag_weakreflist

◆ ag_name

PyObject* ag_name

◆ ag_qualname

PyObject* ag_qualname

◆ ag_exc_state

_PyErr_StackItem ag_exc_state

◆ ag_finalizer

PyObject* ag_finalizer

◆ ag_hooks_inited

int ag_hooks_inited

◆ ag_closed

int ag_closed

◆ ag_running_async

int ag_running_async