Home
last modified time | relevance | path

Searched defs:_is (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h113 typedef struct _is { struct
115 struct _is *next; argument
116 struct _ts *tstate_head;
118 int64_t id;
119 int64_t id_refcount;
120 PyThread_type_lock id_mutex;
122 PyObject *modules;
123 PyObject *modules_by_index;
124 PyObject *sysdict;
125 PyObject *builtins;
[all …]
/external/python/cpython2/Include/
Dpystate.h16 typedef struct _is { struct
18 struct _is *next; argument
19 struct _ts *tstate_head;
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;
[all …]