File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2716,7 +2716,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
27162716 }
27172717
27182718 TARGET (WITH_CLEANUP ) {
2719- /* At the top of the stack are 1-3 values indicating
2719+ /* At the top of the stack are 1-6 values indicating
27202720 how/why we entered the finally clause:
27212721 - TOP = None
27222722 - (TOP, SECOND) = (WHY_{RETURN,CONTINUE}), retval
@@ -2729,9 +2729,9 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
27292729 otherwise we must call
27302730 EXIT(None, None, None)
27312731
2732- In the first two cases, we remove EXIT from the
2732+ In the first three cases, we remove EXIT from the
27332733 stack, leaving the rest in the same order. In the
2734- third case, we shift the bottom 3 values of the
2734+ fourth case, we shift the bottom 3 values of the
27352735 stack down, and replace the empty spot with NULL.
27362736
27372737 In addition, if the stack represents an exception,
You can’t perform that action at this time.
0 commit comments