GH-128682: Make PyStackRef_CLOSE escaping. (GH-129404)

This commit is contained in:
Mark Shannon 2025-02-03 12:41:32 +00:00 committed by GitHub
parent 218f205f20
commit 808071b994
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1348 additions and 657 deletions

View file

@ -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++;
}