Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_global_objects.h66 struct _Py_interp_cached_objects { struct
67 PyObject *interned_strings;
70 PyObject *_unused_str_replace_inf; // kept in 3.13 for ABI compatibility
73 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 …]