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

  /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 124 /* Global initializations. Can be undone by Py_Finalize(). Don't
125 call this twice without an intervening Py_Finalize() call. When
411 Py_Finalize(void)
653 (Py_Finalize() doesn't have these constraints -- it zaps
738 Py_Finalize();
    [all...]
  /external/python/cpython3/Python/
pylifecycle.c 582 /* Global initializations. Can be undone by Py_Finalize(). Don't
583 call this twice without an intervening Py_Finalize() call.
586 must have a corresponding call to Py_Finalize.
678 /* Py_Finalize leaves _Py_Finalizing set in order to help daemon
    [all...]

Completed in 58 milliseconds