Searched defs:_is (Results 1 – 2 of 2) sorted by relevance
71 struct _is { struct73 struct _is *next; argument74 struct _ts *tstate_head;79 struct pyruntimestate *runtime;81 int64_t id;82 int64_t id_refcount;83 int requires_idref;84 PyThread_type_lock id_mutex;86 int finalizing;88 struct _ceval_state ceval;[all …]
16 typedef struct _is { struct18 struct _is *next; argument19 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 …]