diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2025-04-04 15:33:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 15:33:31 +0100 |
commit | df59226997e067adcfa1bc8d045b7cc1de08906c (patch) | |
tree | 80284bea1d16e4d3c88229533600dc85a802e18d /Include | |
parent | 72123063ddee84bb2c9d591a23f420997e35af5a (diff) | |
download | cpython-df59226997e067adcfa1bc8d045b7cc1de08906c.tar.gz cpython-df59226997e067adcfa1bc8d045b7cc1de08906c.zip |
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/cpython/pystats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/pystats.h b/Include/cpython/pystats.h index 4421b4d6e91..f16391f8437 100644 --- a/Include/cpython/pystats.h +++ b/Include/cpython/pystats.h @@ -31,7 +31,7 @@ #define PYSTATS_MAX_UOP_ID 512 -#define SPECIALIZATION_FAILURE_KINDS 37 +#define SPECIALIZATION_FAILURE_KINDS 44 /* Stats for determining who is calling PyEval_EvalFrame */ #define EVAL_CALL_TOTAL 0 |