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