gh-131281: fix compile error due to BINARY_SUBSCR (GH-131283)
* fix compile error due to `BINARY_SUBSCR` * replace stat_inc with `BINARY_OP`
This commit is contained in:
2
Python/executor_cases.c.h
generated
2
Python/executor_cases.c.h
generated
@@ -1253,7 +1253,7 @@
|
||||
assert(res_o != NULL);
|
||||
res = PyStackRef_FromPyObjectNew(res_o);
|
||||
#endif
|
||||
STAT_INC(BINARY_SUBSCR, hit);
|
||||
STAT_INC(BINARY_OP, hit);
|
||||
_PyFrame_SetStackPointer(frame, stack_pointer);
|
||||
_PyStackRef tmp = list_st;
|
||||
list_st = res;
|
||||
|
||||
Reference in New Issue
Block a user