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 bdd2123 commit 5f4f310Copy full SHA for 5f4f310
Include/internal/pycore_backoff.h
@@ -105,7 +105,7 @@ backoff_counter_triggers(_Py_BackoffCounter counter)
105
// as we always end up tracing the loop iteration's
106
// exhaustion iteration. Which aborts our current tracer.
107
#define JUMP_BACKWARD_INITIAL_VALUE 4000
108
-#define JUMP_BACKWARD_INITIAL_BACKOFF 14
+#define JUMP_BACKWARD_INITIAL_BACKOFF 12
109
static inline _Py_BackoffCounter
110
initial_jump_backoff_counter(void)
111
{
0 commit comments