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()
2910 static PyObject *assertion_error = NULL; in compiler_assert() local2916 if (assertion_error == NULL) { in compiler_assert()2917 assertion_error = PyUnicode_InternFromString("AssertionError"); in compiler_assert()2918 if (assertion_error == NULL) in compiler_assert()2940 ADDOP_O(c, LOAD_GLOBAL, assertion_error, names); in compiler_assert()