Correct name of bytecode in change note. (GH-22723)

This commit is contained in:
Mark Shannon 2020-10-19 13:20:33 +01:00 committed by GitHub
parent 5368c2b6e2
commit b580ed1d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ coroutine of an asynchronous generator.
Removed WITH_CLEANUP_START, WITH_CLEANUP_FINISH, BEGIN_FINALLY, END_FINALLY,
CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
WITH_EXCEPT_FINISH bytecodes. The compiler now generates different code for
WITH_EXCEPT_START bytecodes. The compiler now generates different code for
exceptional and non-exceptional branches for 'with' and 'try-except'
statements. For 'try-finally' statements the 'finally' block is replicated
for each exit from the 'try' body.