Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dimport.h27 PyAPI_FUNC(void) PyImport_Cleanup(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def201 PyImport_Cleanup
/external/python/cpython3/PC/
Dpython3.def279 PyImport_Cleanup=python39.PyImport_Cleanup
/external/python/cpython2/Python/
Dpythonrun.c465 PyImport_Cleanup(); in Py_Finalize()
672 PyImport_Cleanup(); in Py_EndInterpreter()
Dimport.c428 PyImport_Cleanup(void) in PyImport_Cleanup() function
/external/python/cpython2/PC/os2emx/
Dpython27.def959 "PyImport_Cleanup"
/external/python/cpython2/Doc/c-api/
Dimport.rst191 .. c:function:: void PyImport_Cleanup()
/external/python/cpython2/Doc/data/
Drefcounts.dat492 PyImport_Cleanup:void:::
/external/python/cpython3/Doc/data/
Drefcounts.dat976 PyImport_Cleanup:void:::
/external/python/cpython3/Tools/c-analyzer/
DTODO539 Python/import.c:PyImport_Cleanup():PyId_clear _Py_IDENTIFIER(clear)
Dknown.tsv1058 Python/import.c PyImport_Cleanup PyId_clear variable _Py_IDENTIFIER(clear)
/external/python/cpython3/Doc/whatsnew/
D3.9.rst958 * The C function ``PyImport_Cleanup()`` has been removed. It was documented as: