Skip to content

Commit f8c8f62

Browse files
committed
replace stat_inc with BINARY_OP
1 parent b8b23c3 commit f8c8f62

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ dummy_func(
878878
assert(res_o != NULL);
879879
res = PyStackRef_FromPyObjectNew(res_o);
880880
#endif
881+
STAT_INC(BINARY_OP, hit);
881882
DECREF_INPUTS();
882883
}
883884

Python/executor_cases.c.h

Lines changed: 1 addition & 0 deletions
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: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)