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
This commit is contained in:
Dong-hee Na 2023-08-13 04:36:46 +09:00 committed by GitHub
parent 2e1f688fe0
commit bf707749e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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;
}