Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
_ts Struct Reference

#include <pystate.h>

Public Attributes

struct _tsnext
 
PyInterpreterStateinterp
 
struct _frameframe
 
int recursion_depth
 
int tracing
 
int use_tracing
 
Py_tracefunc c_profilefunc
 
Py_tracefunc c_tracefunc
 
PyObjectc_profileobj
 
PyObjectc_traceobj
 
PyObjectcurexc_type
 
PyObjectcurexc_value
 
PyObjectcurexc_traceback
 
PyObjectexc_type
 
PyObjectexc_value
 
PyObjectexc_traceback
 
PyObjectdict
 
int tick_counter
 
int gilstate_counter
 
PyObjectasync_exc
 
long thread_id
 
int trash_delete_nesting
 
PyObjecttrash_delete_later
 

Member Data Documentation

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

The documentation for this struct was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.