Home
last modified time | relevance | path

Searched refs:_Py_ext_module_origin_CORE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_importdl.h26 _Py_ext_module_origin_CORE = 1, enumerator
/external/python/cpython3/Python/
Dimportdl.c206 info->origin = _Py_ext_module_origin_CORE; in _Py_ext_module_loader_info_init_for_core()
Dimport.c1076 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()
/external/python/cpython3/Doc/data/
Dpython3.13.abi26342 <enumerator name='_Py_ext_module_origin_CORE' value='1'/>