Searched defs:_Py_interp_cached_objects (Results 1 – 1 of 1) sorted by relevance
66 struct _Py_interp_cached_objects { struct67 PyObject *interned_strings;70 PyObject *_unused_str_replace_inf; // kept in 3.13 for ABI compatibility73 PyObject *objreduce;74 PyObject *type_slots_pname;75 pytype_slotdef *type_slots_ptrs[MAX_EQUIV];78 PyTypeObject *generic_type;79 PyTypeObject *typevar_type;80 PyTypeObject *typevartuple_type;81 PyTypeObject *paramspec_type;[all …]