Kaydet (Commit) f8b60b20 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix comment

üst 1f449143
...@@ -2601,7 +2601,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment