Searched refs:_Py_ext_module_origin_CORE (Results 1 – 4 of 4) sorted by relevance
26 _Py_ext_module_origin_CORE = 1, enumerator
206 info->origin = _Py_ext_module_origin_CORE; in _Py_ext_module_loader_info_init_for_core()
1076 assert(value->origin != _Py_ext_module_origin_CORE); in init_cached_m_dict()1135 if (value->origin == _Py_ext_module_origin_CORE) { in get_cached_m_dict()1319 assert(origin != _Py_ext_module_origin_CORE || m_dict == NULL); in _extensions_cache_set()2236 .origin=_Py_ext_module_origin_CORE, in _PyImport_FixupBuiltin()
26342 <enumerator name='_Py_ext_module_origin_CORE' value='1'/>