mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix comment
This commit is contained in:
parent
1f449143f4
commit
f8b60b20a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue