Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd77d9 commit c9a4762Copy full SHA for c9a4762
1 file changed
Python/ceval.c
@@ -2499,7 +2499,7 @@ PyEval_EvalFrame(PyFrameObject *f)
2499
2500
/* this is gonna seem *real weird*, but if you put some other code between
2501
PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
2502
- the test in the if statement in Misc/gdbinit:ppystack */
+ the test in the if statement in Misc/gdbinit:pystack* */
2503
2504
PyObject *
2505
PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,
0 commit comments