Don't export internal symbols ("make smelly")

This commit is contained in:
Antoine Pitrou 2013-10-12 22:41:17 +02:00
parent 3974d6abb2
commit 409b53840b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -566,7 +566,7 @@ _Py_stat(PyObject *path, struct stat *statbuf)
#endif
int
static int
get_inheritable(int fd, int raise)
{
#ifdef MS_WINDOWS