Searched refs:assertion_error (Results 1 – 1 of 1) sorted by relevance
2039 static PyObject *assertion_error = NULL; in compiler_assert() local2044 if (assertion_error == NULL) { in compiler_assert()2045 assertion_error = PyString_InternFromString("AssertionError"); in compiler_assert()2046 if (assertion_error == NULL) in compiler_assert()2062 ADDOP_O(c, LOAD_GLOBAL, assertion_error, names); in compiler_assert()