From bf707749e87f47b2fee2a208a654511ac318d4b9 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Sun, 13 Aug 2023 04:36:46 +0900 Subject: gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_cases.c.h (gh-107889) gh-106797: Remove warning logs from Python/generated_cases.c.h --- Python/executor_cases.c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/executor_cases.c.h') 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; } -- cgit v1.2.3