Commit 58dedcb2 authored by Antoine Pitrou's avatar Antoine Pitrou

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

parent a46d025b
...@@ -1014,7 +1014,7 @@ PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) ...@@ -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 XXX The functionality of this function is quite similar to the
functionality in tb_displayline() in traceback.c. */ functionality in tb_displayline() in traceback.c. */
PyObject * static PyObject *
err_programtext(FILE *fp, int lineno) err_programtext(FILE *fp, int lineno)
{ {
int i; int i;
......
...@@ -566,7 +566,7 @@ _Py_stat(PyObject *path, struct stat *statbuf) ...@@ -566,7 +566,7 @@ _Py_stat(PyObject *path, struct stat *statbuf)
#endif #endif
int static int
get_inheritable(int fd, int raise) get_inheritable(int fd, int raise)
{ {
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment