GH-113464: Remove the extra jump via _SIDE_EXIT in _EXIT_TRACE (GH-118545)

This commit is contained in:
Mark Shannon 2024-05-04 08:50:24 +01:00 committed by GitHub
parent 0b7814e0b6
commit da2cfc4cb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 31 additions and 53 deletions

View file

@ -2140,10 +2140,6 @@
break;
}
case _SIDE_EXIT: {
break;
}
case _ERROR_POP_N: {
stack_pointer += -oparg;
break;