fix comment

This commit is contained in:
Benjamin Peterson 2010-02-11 02:31:04 +00:00
parent 1f449143f4
commit f8b60b20a5
1 changed files with 1 additions and 1 deletions

View File

@ -2601,7 +2601,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
SET_VALUE(7, tb); SET_VALUE(7, tb);
SET_VALUE(6, exc); SET_VALUE(6, exc);
SET_VALUE(5, tp); SET_VALUE(5, tp);
/* UNWIND_EXCEPT_BLOCK will pop this off. */ /* UNWIND_EXCEPT_HANDLER will pop this off. */
SET_FOURTH(NULL); SET_FOURTH(NULL);
/* We just shifted the stack down, so we have /* We just shifted the stack down, so we have
to tell the except handler block that the to tell the except handler block that the