Home
last modified time | relevance | path

Searched refs:_PyState_AddModule (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h316 PyAPI_FUNC(int) _PyState_AddModule(PyObject*, struct PyModuleDef*);
/external/python/cpython3/Python/
Dpystate.c465 _PyState_AddModule(PyObject* module, struct PyModuleDef* def) in _PyState_AddModule() function
509 return _PyState_AddModule(module, def); in PyState_AddModule()
Dimport.c656 if (_PyState_AddModule(mod, def) < 0) { in _PyImport_FixupExtensionObject()
744 if (_PyState_AddModule(mod, def) < 0) { in _PyImport_FindExtensionObjectEx()
/external/python/cpython3/PC/
Dpython3.def777 _PyState_AddModule=python37._PyState_AddModule
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst299 in _PyState_AddModule(). Initial patch by Christian Heimes.
D3.5.3rc1.rst289 in _PyState_AddModule(). Initial patch by Christian Heimes.