Home | History | Annotate | Download | only in Include

Lines Matching refs:PyObject

21     PyObject *modules;

22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj;
73 PyObject *c_traceobj;
75 PyObject *curexc_type;
76 PyObject *curexc_value;
77 PyObject *curexc_traceback;
79 PyObject *exc_type;
80 PyObject *exc_value;
81 PyObject *exc_traceback;
83 PyObject *dict; /* Stores per-thread state */
95 PyObject *async_exc; /* Asynchronous exception to raise */
99 PyObject *trash_delete_later;
121 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
122 PyAPI_FUNC(int) PyThreadState_SetAsyncExc(long, PyObject *);
183 PyAPI_FUNC(PyObject *) _PyThread_CurrentFrames(void);