Searched refs:_PyExc_InterpreterError (Results 1 – 2 of 2) sorted by relevance
4 static PyTypeObject _PyExc_InterpreterError = { variable13 PyObject *PyExc_InterpreterError = (PyObject *)&_PyExc_InterpreterError;24 .tp_base = &_PyExc_InterpreterError,68 _PyExc_InterpreterError.tp_base = base; in init_exceptions()69 _PyExc_InterpreterError.tp_traverse = base->tp_traverse; in init_exceptions()70 _PyExc_InterpreterError.tp_clear = base->tp_clear; in init_exceptions()71 if (_PyStaticType_InitBuiltin(interp, &_PyExc_InterpreterError) < 0) { in init_exceptions()94 _PyStaticType_FiniBuiltin(interp, &_PyExc_InterpreterError); in fini_exceptions()
299 Python/crossinterp_exceptions.h - _PyExc_InterpreterError -