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 0e05712 commit f3c9287Copy full SHA for f3c9287
Include/internal/pycore_backoff.h
@@ -40,7 +40,7 @@ extern "C" {
40
((_Py_BackoffCounter){ .value_and_backoff = (value << BACKOFF_BITS) | backoff })
41
42
// We only use values x and backoffs b such that
43
-// x + 1 is prime and is near to 2**(2*b+1).
+// x + 1 is near to 2**(2*b+1) and x + 1 is prime.
44
static const _Py_BackoffCounter backoff_counter_table[] = {
45
MAKE_BACKOFF_COUNTER(1, 0),
46
MAKE_BACKOFF_COUNTER(6, 1),
0 commit comments