Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h214 struct _is { struct
216 struct _is *next; argument
217 struct _ts *tstate_head;
222 struct pyruntimestate *runtime;
224 int64_t id;
225 int64_t id_refcount;
226 int requires_idref;
227 PyThread_type_lock id_mutex;
229 int finalizing;
231 struct _ceval_state ceval;
[all …]