Skip to content
Prev Previous commit
Next Next commit
remove obsolete comment
  • Loading branch information
iritkatriel committed Feb 1, 2023
commit 09b39b011d6c458bd0dc04552a16eafe251fa1f8
1 change: 0 additions & 1 deletion Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,6 @@ dummy_func(
ERROR_IF(res == NULL, error);
}

// stack effect: ( -- __0)
inst(PUSH_EXC_INFO, (new_exc -- prev_exc, new_exc)) {
_PyErr_StackItem *exc_info = tstate->exc_info;
if (exc_info->exc_value != NULL) {
Expand Down