Skip to content

Commit 0abb509

Browse files
committed
const
1 parent b47c149 commit 0abb509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ LONG_FLOAT_ACTION(compactlong_float_multiply, *)
25342534
LONG_FLOAT_ACTION(compactlong_float_true_div, /)
25352535
#undef LONG_FLOAT_ACTION
25362536

2537-
static _PyBinaryOpSpecializationDescr binaryop_extend_builtins[] = {
2537+
static const _PyBinaryOpSpecializationDescr binaryop_extend_builtins[] = {
25382538
/* long-long arithmetic */
25392539
{NB_OR, compactlongs_guard, compactlongs_or},
25402540
{NB_AND, compactlongs_guard, compactlongs_and},

0 commit comments

Comments
 (0)