Searched refs:assertion_error (Results 1 – 2 of 2) sorted by relevance
2041 static PyObject *assertion_error = NULL; in compiler_assert() local2046 if (assertion_error == NULL) { in compiler_assert()2047 assertion_error = PyString_InternFromString("AssertionError"); in compiler_assert()2048 if (assertion_error == NULL) in compiler_assert()2064 ADDOP_O(c, LOAD_GLOBAL, assertion_error, names); in compiler_assert()
29 Python/compile.c compiler_assert assertion_error variable static PyObject *assertion_error