mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Hard to believe Guido compiled this! Function lacked a return stmt.
This commit is contained in:
parent
e753ef8d1b
commit
e868211e10
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ PyObject *
|
||||||
PyRun_File(FILE *fp, char *filename, int start, PyObject *globals,
|
PyRun_File(FILE *fp, char *filename, int start, PyObject *globals,
|
||||||
PyObject *locals)
|
PyObject *locals)
|
||||||
{
|
{
|
||||||
PyRun_FileEx(fp, filename, start, globals, locals, 0);
|
return PyRun_FileEx(fp, filename, start, globals, locals, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue