From: Skip Montanaro Date: Sat, 8 Jan 2005 21:58:58 +0000 (+0000) Subject: comment tweak X-Git-Tag: v2.5a0~2152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9a4762bd6387215fe82fd89cf2d7cd889b82a1a;p=thirdparty%2FPython%2Fcpython.git comment tweak --- diff --git a/Python/ceval.c b/Python/ceval.c index 85e35183f5e8..6f66c8c15a6e 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -2499,7 +2499,7 @@ fast_yield: /* this is gonna seem *real weird*, but if you put some other code between 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 * PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,