Skip to content

Commit 8f0b8b5

Browse files
Correct name of bytecode in change note. (GH-22723) (#22765)
(cherry picked from commit b580ed1) Co-authored-by: Mark Shannon <[email protected]>
1 parent 2ee6ef9 commit 8f0b8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.9.0a2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ coroutine of an asynchronous generator.
236236
237237
Removed WITH_CLEANUP_START, WITH_CLEANUP_FINISH, BEGIN_FINALLY, END_FINALLY,
238238
CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
239-
WITH_EXCEPT_FINISH bytecodes. The compiler now generates different code for
239+
WITH_EXCEPT_START bytecodes. The compiler now generates different code for
240240
exceptional and non-exceptional branches for 'with' and 'try-except'
241241
statements. For 'try-finally' statements the 'finally' block is replicated
242242
for each exit from the 'try' body.

0 commit comments

Comments
 (0)