aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/executor_cases.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor_cases.c.h')
-rw-r--r--Python/executor_cases.c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/executor_cases.c.h b/Python/executor_cases.c.h
index a7b5054417e..5e3c84b2b4b 100644
--- a/Python/executor_cases.c.h
+++ b/Python/executor_cases.c.h
@@ -1513,7 +1513,7 @@
Py_DECREF(self);
if (attr == NULL) goto pop_3_error;
STACK_SHRINK(2);
- stack_pointer[-1 - (0 ? 1 : 0)] = attr;
+ stack_pointer[-1] = attr;
break;
}