Home
last modified time | relevance | path

Searched refs:IN_FINALLY_ERROR_MSG (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c1701 static const char IN_FINALLY_ERROR_MSG[] = in compiler_continue() local
1718 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
1725 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
/external/python/cpython3/Python/
Dcompile.c2500 static const char IN_FINALLY_ERROR_MSG[] = in compiler_continue() local
2517 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
2524 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()