Skip to content

Commit b65ae8e

Browse files
move error case up
1 parent 2ffae6f commit b65ae8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,9 @@ dummy_func(
808808
DEAD(right);
809809
PyStackRef_CLOSE_SPECIALIZED(left, _PyUnicode_ExactDealloc);
810810
DEAD(left);
811+
*target_local = PyStackRef_NULL;
811812
ERROR_IF(temp == NULL);
812813
res = PyStackRef_FromPyObjectSteal(temp);
813-
*target_local = PyStackRef_NULL;
814814
}
815815

816816
op(_GUARD_BINARY_OP_EXTEND, (descr/4, left, right -- left, right)) {

Python/executor_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/generated_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)