]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix backoff
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 27 Oct 2025 16:51:07 +0000 (16:51 +0000)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 27 Oct 2025 16:51:07 +0000 (16:51 +0000)
Include/internal/pycore_backoff.h

index 6b78322fb062320b0f4cd6e10187e2396d2825a1..3762257f3173d9a8f502dd08509ee84af9abc7f0 100644 (file)
@@ -105,7 +105,7 @@ backoff_counter_triggers(_Py_BackoffCounter counter)
 // as we always end up tracing the loop iteration's
 // exhaustion iteration. Which aborts our current tracer.
 #define JUMP_BACKWARD_INITIAL_VALUE 4000
-#define JUMP_BACKWARD_INITIAL_BACKOFF 14
+#define JUMP_BACKWARD_INITIAL_BACKOFF 12
 static inline _Py_BackoffCounter
 initial_jump_backoff_counter(void)
 {