Home
last modified time | relevance | path

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

/third_party/python/Python/
D_warnings.c487 char lineno_str[128]; in show_warning() local
489 PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno); in show_warning()
505 if (PyFile_WriteString(lineno_str, f_stderr) < 0) in show_warning()