We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33837a7 commit 8bb12efCopy full SHA for 8bb12ef
Include/cpython/pystats.h
@@ -29,7 +29,7 @@
29
# error "this header file must not be included directly"
30
#endif
31
32
-#define PYSTATS_MAX_UOP_ID 1024
+#define PYSTATS_MAX_UOP_ID 1500
33
34
#define SPECIALIZATION_FAILURE_KINDS 60
35
Python/specialize.c
@@ -33,7 +33,7 @@ GCStats _py_gc_stats[NUM_GENERATIONS] = { 0 };
static PyStats _Py_stats_struct = { .gc_stats = _py_gc_stats };
PyStats *_Py_stats = NULL;
36
-#if PYSTATS_MAX_UOP_ID < MAX_UOP_ID
+#if PYSTATS_MAX_UOP_ID < MAX_UOP_REGS_ID
37
#error "Not enough space allocated for pystats. Increase PYSTATS_MAX_UOP_ID to at least MAX_UOP_ID"
38
39
0 commit comments