mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
GH-128682: Make PyStackRef_CLOSE
escaping. (GH-129404)
This commit is contained in:
parent
218f205f20
commit
808071b994
12 changed files with 1348 additions and 657 deletions
|
@ -989,7 +989,6 @@ prepare_for_execution(_PyUOpInstruction *buffer, int length)
|
|||
current_error = next_spare;
|
||||
current_error_target = target;
|
||||
make_exit(&buffer[next_spare], _ERROR_POP_N, 0);
|
||||
buffer[next_spare].oparg = popped;
|
||||
buffer[next_spare].operand0 = target;
|
||||
next_spare++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue