HomeSort by relevance Sort by last modified time
    Searched refs:Py_FinalizeEx (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Doc/includes/
run-func.c 66 if (Py_FinalizeEx() < 0) {
  /external/python/cpython3/Python/
frozenmain.c 102 if (Py_FinalizeEx() < 0) {
pylifecycle.c 170 /* Global initializations. Can be undone by Py_FinalizeEx(). Don't
171 call this twice without an intervening Py_FinalizeEx() call. When
356 /* We can't call _PyEval_FiniThreads() in Py_FinalizeEx because
360 that we can call Py_Initialize / Py_FinalizeEx multiple times. */
552 Py_FinalizeEx(void)
749 Py_FinalizeEx();
863 (Py_FinalizeEx() doesn't have these constraints -- it zaps
    [all...]
  /external/python/cpython3/Include/
pylifecycle.h 30 PyAPI_FUNC(int) Py_FinalizeEx(void);
  /external/python/cpython3/PC/bdist_wininst/
install.c 721 * the return value of PyRun_SimpleString() or Py_FinalizeEx() otherwise,
734 DECLPROC(hPython, int, Py_FinalizeEx, (void));
742 || !PyRun_SimpleString || !Py_FinalizeEx)
789 if (Py_FinalizeEx() < 0) {
853 DECLPROC(hPython, int, Py_FinalizeEx, (void));
857 if (!Py_Initialize || !Py_SetProgramName || !Py_FinalizeEx ||
867 if (Py_FinalizeEx() < 0) {
    [all...]
  /external/python/cpython3/Modules/
main.c 687 * must remain valid until Py_FinalizeEx is called.
829 if (Py_FinalizeEx() < 0) {

Completed in 247 milliseconds