Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dimport.h27 PyAPI_FUNC(void) PyImport_Cleanup(void);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def201 PyImport_Cleanup
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dimport.rst191 .. c:function:: void PyImport_Cleanup()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def959 "PyImport_Cleanup"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat492 PyImport_Cleanup:void:::
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat976 PyImport_Cleanup:void:::
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO491 Python/import.c:PyImport_Cleanup():PyId_clear _Py_IDENTIFIER(clear)
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst981 * The C function ``PyImport_Cleanup()`` has been removed. It was documented as: