Home
last modified time | relevance | path

Searched refs:AutoGILError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/
DautoGIL.c15 static PyObject *AutoGILError; variable
71 PyErr_SetString(AutoGILError, in autoGIL_installAutoGIL()
92 PyErr_SetString(AutoGILError, in autoGIL_installAutoGIL()
144 AutoGILError = PyErr_NewException("autoGIL.AutoGILError", in initautoGIL()
146 if (AutoGILError == NULL) in initautoGIL()
148 Py_INCREF(AutoGILError); in initautoGIL()
150 AutoGILError) < 0) in initautoGIL()
/external/python/cpython2/Doc/library/
Dautogil.rst21 .. exception:: AutoGILError