Skip to content

Commit bae05c7

Browse files
adqmEclips4
andauthored
style suggestions from code review
Co-authored-by: Kirill Podoprigora <[email protected]>
1 parent 752aea7 commit bae05c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Fix for incorrect source code being shown in tracebacks from the Basic REPL
2-
when ``PYTHONSTARTUP`` is given. Patch by Adam Hartz.
2+
when :envvar:`PYTHONSTARTUP` is given. Patch by Adam Hartz.

Python/pythonrun.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,8 @@ run_eval_code_obj(PyThreadState *tstate, PyCodeObject *co, PyObject *globals, Py
13661366
}
13671367

13681368
static PyObject *
1369-
get_interactive_filename(PyObject *filename, Py_ssize_t count){
1369+
get_interactive_filename(PyObject *filename, Py_ssize_t count)
1370+
{
13701371
PyObject *result;
13711372
Py_ssize_t len = PyUnicode_GET_LENGTH(filename);
13721373

0 commit comments

Comments
 (0)