Skip to content

Commit c2fce15

Browse files
committed
don't export get_interactive_filename function
1 parent 29cff26 commit c2fce15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pythonrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ run_eval_code_obj(PyThreadState *tstate, PyCodeObject *co, PyObject *globals, Py
13651365
return PyEval_EvalCode((PyObject*)co, globals, locals);
13661366
}
13671367

1368-
PyObject *
1368+
static PyObject *
13691369
get_interactive_filename(PyObject *filename, Py_ssize_t count){
13701370
PyObject *result;
13711371
Py_ssize_t len = PyUnicode_GET_LENGTH(filename);

0 commit comments

Comments
 (0)