Searched refs:parse_syntax_error (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/ |
D | pythonrun.c | 513 parse_syntax_error(PyObject *err, PyObject **message, PyObject **filename, in parse_syntax_error() function 918 if (!parse_syntax_error(value, &message, &filename, in print_exception()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 995 parse_syntax_error(PyObject *err, PyObject **message, const char **filename, in parse_syntax_error() function 1249 if (!parse_syntax_error(value, &message, &filename, in PyErr_Display()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 581 Python/pythonrun.c:parse_syntax_error():PyId_filename _Py_IDENTIFIER(filename) 582 Python/pythonrun.c:parse_syntax_error():PyId_lineno _Py_IDENTIFIER(lineno) 583 Python/pythonrun.c:parse_syntax_error():PyId_msg _Py_IDENTIFIER(msg) 584 Python/pythonrun.c:parse_syntax_error():PyId_offset _Py_IDENTIFIER(offset) 585 Python/pythonrun.c:parse_syntax_error():PyId_text _Py_IDENTIFIER(text)
|