Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
/external/python/cpython3/Modules/
D_testmultiphase.c339 ret = PyState_AddModule(mod, def); in call_state_registration_func()
D_testcapimodule.c4184 PyState_AddModule(m, &_testcapimodule); in PyInit__testcapi()
/external/python/cpython3/Doc/c-api/
Dmodule.rst693 :c:func:`PyState_AddModule` beforehand. In case the corresponding module object is not
696 .. c:function:: int PyState_AddModule(PyObject *module, PyModuleDef *def)
703 Python calls ``PyState_AddModule`` automatically after importing a module,
/external/python/cpython3/PC/
Dpython3dll.c568 EXPORT_FUNC(PyState_AddModule)
/external/python/cpython3/Doc/data/
Dstable_abi.dat605 func,PyState_AddModule,3.3,,
Drefcounts.dat2140 PyState_AddModule:int:::
2141 PyState_AddModule:PyObject*:module:+1:
2142 PyState_AddModule:PyModuleDef*:def::
Dpython3.13.abi695 …<elf-symbol name='PyState_AddModule' type='func-type' binding='global-binding' visibility='default…
26536PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/import.c' line='524' column='…
/external/python/cpython3/Misc/
Dstable_abi.toml1850 [function.PyState_AddModule]
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version
/external/python/cpython3/Python/
Dimport.c524 PyState_AddModule(PyObject* module, PyModuleDef* def) in PyState_AddModule() function
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst398 Fix an off-by-one error in PyState_AddModule that could cause out-of-bounds