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 b47c149 commit 0abb509Copy full SHA for 0abb509
Python/specialize.c
@@ -2534,7 +2534,7 @@ LONG_FLOAT_ACTION(compactlong_float_multiply, *)
2534
LONG_FLOAT_ACTION(compactlong_float_true_div, /)
2535
#undef LONG_FLOAT_ACTION
2536
2537
-static _PyBinaryOpSpecializationDescr binaryop_extend_builtins[] = {
+static const _PyBinaryOpSpecializationDescr binaryop_extend_builtins[] = {
2538
/* long-long arithmetic */
2539
{NB_OR, compactlongs_guard, compactlongs_or},
2540
{NB_AND, compactlongs_guard, compactlongs_and},
0 commit comments