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)
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;
......
......@@ -566,7 +566,7 @@ _Py_stat(PyObject *path, struct stat *statbuf)
#endif
int
static int
get_inheritable(int fd, int raise)
{
#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