bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)

This commit is contained in:
Marcel Plch 2018-04-06 23:22:04 +02:00 committed by Ned Deily
parent 1d87c7b80b
commit 3a9ccee0e5
4 changed files with 10 additions and 8 deletions

View file

@ -3661,7 +3661,7 @@ too_many_positional(PyCodeObject *co, Py_ssize_t given, Py_ssize_t defcount,
}
/* This is gonna seem *real weird*, but if you put some other code between
PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
PyEval_EvalFrame() and _PyEval_EvalFrameDefault() you will need to adjust
the test in the if statements in Misc/gdbinit (pystack and pystackv). */
PyObject *