Orbits
1
|
#include <pystate.h>
Public Attributes | |
struct _ts * | next |
PyInterpreterState * | interp |
struct _frame * | frame |
int | recursion_depth |
int | tracing |
int | use_tracing |
Py_tracefunc | c_profilefunc |
Py_tracefunc | c_tracefunc |
PyObject * | c_profileobj |
PyObject * | c_traceobj |
PyObject * | curexc_type |
PyObject * | curexc_value |
PyObject * | curexc_traceback |
PyObject * | exc_type |
PyObject * | exc_value |
PyObject * | exc_traceback |
PyObject * | dict |
int | tick_counter |
int | gilstate_counter |
PyObject * | async_exc |
long | thread_id |
int | trash_delete_nesting |
PyObject * | trash_delete_later |
PyObject* _ts::async_exc |
Py_tracefunc _ts::c_profilefunc |
PyObject* _ts::c_profileobj |
Py_tracefunc _ts::c_tracefunc |
PyObject* _ts::c_traceobj |
PyObject* _ts::curexc_traceback |
PyObject* _ts::curexc_type |
PyObject* _ts::curexc_value |
PyObject* _ts::dict |
PyObject* _ts::exc_traceback |
PyObject* _ts::exc_type |
PyObject* _ts::exc_value |
struct _frame* _ts::frame |
int _ts::gilstate_counter |
PyInterpreterState* _ts::interp |
struct _ts* _ts::next |
int _ts::recursion_depth |
long _ts::thread_id |
int _ts::tick_counter |
int _ts::tracing |
PyObject* _ts::trash_delete_later |
int _ts::trash_delete_nesting |
int _ts::use_tracing |
Copyright 2014 Google Inc. All rights reserved.