comment tweak

This commit is contained in:
Skip Montanaro 2005-01-08 21:58:58 +00:00
parent afd77d980e
commit c9a4762bd6

View file

@ -2499,7 +2499,7 @@ fast_yield:
/* this is gonna seem *real weird*, but if you put some other code between /* 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_EvalCodeEx() you will need to adjust
the test in the if statement in Misc/gdbinit:ppystack */ the test in the if statement in Misc/gdbinit:pystack* */
PyObject * PyObject *
PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals, PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,