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 309f392 commit 1895d69Copy full SHA for 1895d69
Python/specialize.c
@@ -2500,6 +2500,7 @@ BITWISE_LONGS_ACTION(compactlongs_and, &)
2500
BITWISE_LONGS_ACTION(compactlongs_xor, ^)
2501
BITWISE_LONGS_ACTION_STWODIGITS(compactlongs_lshift, <<)
2502
BITWISE_LONGS_ACTION(compactlongs_rshift, >>)
2503
+#undef BITWISE_LONGS_ACTION_STWODIGITS
2504
#undef BITWISE_LONGS_ACTION
2505
2506
/* float-long */
0 commit comments