diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 542fe38..a0019c4 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -295,7 +295,7 @@ extern void dump_counts(FILE*); /* Flush stdout and stderr */ -void +static void flush_std_files(void) { PyObject *fout = PySys_GetObject("stdout"); |