Lines Matching refs:RAISE_SYNTAX_ERROR
36 RAISE_SYNTAX_ERROR("invalid octal escape sequence '\\%.3s'",
40 RAISE_SYNTAX_ERROR("invalid escape sequence '\\%c'", c);
209 RAISE_SYNTAX_ERROR("Format strings are only supported in Python 3.6 and greater");
378 RAISE_SYNTAX_ERROR("f-string: expression required before '%c'", *expr_end);
381 RAISE_SYNTAX_ERROR("f-string: empty expression not allowed");
505 RAISE_SYNTAX_ERROR("f-string: single '}' is not allowed");
588 RAISE_SYNTAX_ERROR("f-string: expressions nested too deeply");
615 RAISE_SYNTAX_ERROR(
662 RAISE_SYNTAX_ERROR("f-string: too many nested parenthesis");
670 RAISE_SYNTAX_ERROR("f-string expression part cannot include '#'");
701 RAISE_SYNTAX_ERROR("f-string: unmatched '%c'", ch);
710 RAISE_SYNTAX_ERROR(
726 RAISE_SYNTAX_ERROR("f-string: unterminated string");
731 RAISE_SYNTAX_ERROR("f-string: unmatched '%c'", opening);
751 RAISE_SYNTAX_ERROR("f-string: self documenting expressions are "
785 RAISE_SYNTAX_ERROR(
841 RAISE_SYNTAX_ERROR("f-string: expecting '}'");
1184 RAISE_SYNTAX_ERROR("f-string: unexpected end of string");
1188 RAISE_SYNTAX_ERROR("f-string: expecting '}'");