mirror of https://github.com/python/cpython
Hard to believe Guido compiled this! Function lacked a return stmt.
This commit is contained in:
parent
e753ef8d1b
commit
e868211e10
|
@ -862,7 +862,7 @@ PyObject *
|
|||
PyRun_File(FILE *fp, char *filename, int start, PyObject *globals,
|
||||
PyObject *locals)
|
||||
{
|
||||
PyRun_FileEx(fp, filename, start, globals, locals, 0);
|
||||
return PyRun_FileEx(fp, filename, start, globals, locals, 0);
|
||||
}
|
||||
|
||||
PyObject *
|
||||
|
|
Loading…
Reference in New Issue