HomeSort by relevance Sort by last modified time
    Searched defs:Py_Finalize (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Python/
pylifecycle.c 747 Py_Finalize(void)
1034 Py_Finalize();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 117 /* Global initializations. Can be undone by Py_Finalize(). Don't
118 call this twice without an intervening Py_Finalize() call. When
405 Py_Finalize(void)
645 (Py_Finalize() doesn't have these constraints -- it zaps
730 Py_Finalize();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 111 /* Global initializations. Can be undone by Py_Finalize(). Don't
112 call this twice without an intervening Py_Finalize() call. When
393 Py_Finalize(void)
632 (Py_Finalize() doesn't have these constraints -- it zaps
717 Py_Finalize();
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 117 /* Global initializations. Can be undone by Py_Finalize(). Don't
118 call this twice without an intervening Py_Finalize() call. When
404 Py_Finalize(void)
644 (Py_Finalize() doesn't have these constraints -- it zaps
729 Py_Finalize();
    [all...]

Completed in 108 milliseconds