mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Don't export internal symbols ("make smelly")
This commit is contained in:
parent
3974d6abb2
commit
409b53840b
2 changed files with 2 additions and 2 deletions
|
@ -1014,7 +1014,7 @@ PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset)
|
|||
XXX The functionality of this function is quite similar to the
|
||||
functionality in tb_displayline() in traceback.c. */
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
err_programtext(FILE *fp, int lineno)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue