Home
last modified time | relevance | path

Searched refs:PyState_AddModule (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dpystate.h53 PyAPI_FUNC(int) PyState_AddModule(PyObject*, struct PyModuleDef*);
/third_party/python/Doc/c-api/
Dmodule.rst595 :c:func:`PyState_AddModule` beforehand. In case the corresponding module object is not
598 .. c:function:: int PyState_AddModule(PyObject *module, PyModuleDef *def)
605 Python calls ``PyState_AddModule`` automatically after importing a module,
/third_party/python/Modules/
D_testmultiphase.c316 ret = PyState_AddModule(mod, def); in call_state_registration_func()
D_testcapimodule.c7365 PyState_AddModule(m, &_testcapimodule); in PyInit__testcapi()
/third_party/python/Doc/data/
Dstable_abi.dat563 function,PyState_AddModule,3.3,
Drefcounts.dat2082 PyState_AddModule:int:::
2083 PyState_AddModule:PyObject*:module:+1:
2084 PyState_AddModule:PyModuleDef*:def::
/third_party/python/PC/
Dpython3dll.c523 EXPORT_FUNC(PyState_AddModule)
/third_party/python/Python/
Dpystate.c752 PyState_AddModule(PyObject* module, struct PyModuleDef* def) in PyState_AddModule() function
/third_party/python/Misc/
Dstable_abi.txt1745 function PyState_AddModule
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst398 Fix an off-by-one error in PyState_AddModule that could cause out-of-bounds