From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:51:07 +0000 (+0000) Subject: fix backoff X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4f3101798255ded284d69dddd6a0990c14347c;p=thirdparty%2FPython%2Fcpython.git fix backoff --- diff --git a/Include/internal/pycore_backoff.h b/Include/internal/pycore_backoff.h index 6b78322fb062..3762257f3173 100644 --- a/Include/internal/pycore_backoff.h +++ b/Include/internal/pycore_backoff.h @@ -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) {