mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
bpo-45709: Fix tracing when exception is handled. (GH-29638)
This commit is contained in:
parent
29e5874d5a
commit
337cb480e9
3 changed files with 35 additions and 4 deletions
|
@ -5093,10 +5093,7 @@ exception_unwind:
|
|||
JUMPTO(handler);
|
||||
/* Resume normal execution */
|
||||
frame->f_state = FRAME_EXECUTING;
|
||||
frame->f_lasti = handler;
|
||||
NEXTOPARG();
|
||||
PRE_DISPATCH_GOTO();
|
||||
DISPATCH_GOTO();
|
||||
DISPATCH();
|
||||
}
|
||||
|
||||
exiting:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue