Home
last modified time | relevance | path

Searched refs:PyImport_ExecCodeModuleObject (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Dimport.h33 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleObject(
/external/python/cpython3/Doc/c-api/
Dimport.rst162 .. c:function:: PyObject* PyImport_ExecCodeModuleObject(PyObject *name, PyObject *co, PyObject *pat…
173 Like :c:func:`PyImport_ExecCodeModuleObject`, but *name*, *pathname* and
/external/python/cpython3/Doc/data/
Drefcounts.dat959 PyImport_ExecCodeModuleObject:PyObject*::+1:
960 PyImport_ExecCodeModuleObject:const char*:name::
961 PyImport_ExecCodeModuleObject:PyObject*:co:0:
962 PyImport_ExecCodeModuleObject:PyObject*:pathname:0:
963 PyImport_ExecCodeModuleObject:PyObject*:cpathname:0:
/external/python/cpython3/PC/
Dpython3.def282 PyImport_ExecCodeModuleObject=python37.PyImport_ExecCodeModuleObject
/external/python/cpython3/Python/
Dimport.c913 m = PyImport_ExecCodeModuleObject(nameobj, co, pathobj, cpathobj); in PyImport_ExecCodeModuleWithPathnames()
967 PyImport_ExecCodeModuleObject(PyObject *name, PyObject *co, PyObject *pathname, in PyImport_ExecCodeModuleObject() function
/external/python/cpython3/Modules/
Dzipimport.c570 mod = PyImport_ExecCodeModuleObject(fullname, code, modpath, NULL); in zipimport_zipimporter_load_module_impl()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3635 Set up modules properly in PyImport_ExecCodeModuleObject (and friends).
/external/python/cpython3/Misc/
DHISTORY2095 - Issue #21226: Set up modules properly in PyImport_ExecCodeModuleObject
6996 used the Python code instead. Leads to PyImport_ExecCodeModuleObject() to not