Home
last modified time | relevance | path

Searched refs:IN_FINALLY_ERROR_MSG (Results 1 – 1 of 1) 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()