Skip to content

Commit b8b23c3

Browse files
committed
fix compile error due to BINARY_SUBSCR
1 parent 55815a6 commit b8b23c3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ dummy_func(
878878
assert(res_o != NULL);
879879
res = PyStackRef_FromPyObjectNew(res_o);
880880
#endif
881-
STAT_INC(BINARY_SUBSCR, hit);
882881
DECREF_INPUTS();
883882
}
884883

Python/executor_cases.c.h

Lines changed: 0 additions & 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: 0 additions & 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)