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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 85 #define _PyErr_OCCURRED() PyErr_Occurred()
87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 85 #define _PyErr_OCCURRED() PyErr_Occurred()
87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type)
  /external/python/cpython2/Include/
pyerrors.h 85 #define _PyErr_OCCURRED() PyErr_Occurred()
87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type)
  /external/python/cpython3/Include/
pyerrors.h 109 #define _PyErr_OCCURRED() PyErr_Occurred()
111 #define _PyErr_OCCURRED() (PyThreadState_GET()->curexc_type)

Completed in 64 milliseconds