Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96c03df

Browse files
committed
merge 3.3
2 parents 856f45f + 8f16948 commit 96c03df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Python/ceval.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)