diff options
Diffstat (limited to 'Include/pystats.h')
-rw-r--r-- | Include/pystats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pystats.h b/Include/pystats.h index 04630c9..25ed4bd 100644 --- a/Include/pystats.h +++ b/Include/pystats.h @@ -8,7 +8,7 @@ extern "C" { #ifdef Py_STATS -#define SPECIALIZATION_FAILURE_KINDS 32 +#define SPECIALIZATION_FAILURE_KINDS 36 /* Stats for determining who is calling PyEval_EvalFrame */ #define EVAL_CALL_TOTAL 0 |