diff options
author | Skip Montanaro <skip@pobox.com> | 2005-01-08 21:58:58 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-01-08 21:58:58 (GMT) |
commit | c9a4762bd6387215fe82fd89cf2d7cd889b82a1a (patch) | |
tree | 4f9879ccca672e7c2346ef2930be5e17767c290f /Python/ceval.c | |
parent | afd77d980ea68f7286ce6002e4b0c22d28ca8d6f (diff) | |
download | cpython-c9a4762bd6387215fe82fd89cf2d7cd889b82a1a.zip cpython-c9a4762bd6387215fe82fd89cf2d7cd889b82a1a.tar.gz cpython-c9a4762bd6387215fe82fd89cf2d7cd889b82a1a.tar.bz2 |
comment tweak
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 85e3518..6f66c8c 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, |