Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9a4762

Browse files
author
Skip Montanaro
committed
comment tweak
1 parent afd77d9 commit c9a4762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ PyEval_EvalFrame(PyFrameObject *f)
24992499

25002500
/* this is gonna seem *real weird*, but if you put some other code between
25012501
PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
2502-
the test in the if statement in Misc/gdbinit:ppystack */
2502+
the test in the if statement in Misc/gdbinit:pystack* */
25032503

25042504
PyObject *
25052505
PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,

0 commit comments

Comments
 (0)