Searched refs:PyErr_ProgramText (Results 1 – 8 of 8) sorted by relevance
754 tmp = PyErr_ProgramText(filename, lineno); in PyErr_SyntaxLocation()793 PyErr_ProgramText(const char *filename, int lineno) in PyErr_ProgramText() function
101 loc = PyErr_ProgramText(filename, lineno); in ast_error_finish()
3191 loc = PyErr_ProgramText(c->c_filename, c->u->u_lineno); in compiler_error()
239 PyAPI_FUNC(PyObject *) PyErr_ProgramText(const char *, int);
377 PyAPI_FUNC(PyObject *) PyErr_ProgramText(
135 PyErr_ProgramText=python37.PyErr_ProgramText
904 "PyErr_ProgramText"
1163 PyErr_ProgramText(const char *filename, int lineno) in PyErr_ProgramText() function