mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)
This commit is contained in:
parent
7ed76fc368
commit
0d8fec79ca
3 changed files with 4 additions and 3 deletions
|
@ -578,11 +578,11 @@ dis_asyncwith = """\
|
|||
|
||||
%4d L12: CLEANUP_THROW
|
||||
|
||||
-- L13: JUMP_BACKWARD 26 (to L5)
|
||||
-- L13: JUMP_BACKWARD_NO_INTERRUPT 25 (to L5)
|
||||
|
||||
%4d L14: CLEANUP_THROW
|
||||
|
||||
-- L15: JUMP_BACKWARD 11 (to L11)
|
||||
-- L15: JUMP_BACKWARD_NO_INTERRUPT 9 (to L11)
|
||||
|
||||
%4d L16: PUSH_EXC_INFO
|
||||
WITH_EXCEPT_START
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue