diff options
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r-- | Python/bytecodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c index aaa2516..7af4d64 100644 --- a/Python/bytecodes.c +++ b/Python/bytecodes.c @@ -878,7 +878,7 @@ dummy_func( assert(res_o != NULL); res = PyStackRef_FromPyObjectNew(res_o); #endif - STAT_INC(BINARY_SUBSCR, hit); + STAT_INC(BINARY_OP, hit); DECREF_INPUTS(); } |