Skip to content

Commit 1e48f9d

Browse files
committed
Fix test crash
1 parent 575b810 commit 1e48f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,7 @@ dummy_func(
30783078
Py_DECREF(value);
30793079
if (result == NULL) {
30803080
Py_XDECREF(fmt_spec);
3081-
goto error;
3081+
ERROR_IF(true, error);
30823082
}
30833083
value = result;
30843084
}

Python/generated_cases.c.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)