There was an error while loading. Please reload this page.
1 parent dfef986 commit d0c92e8Copy full SHA for d0c92e8
1 file changed
Python/hamt.c
@@ -1864,7 +1864,7 @@ hamt_node_array_without(PyHamtNode_Array *self,
1864
continue;
1865
}
1866
1867
- bitmap |= 1 << i;
+ bitmap |= 1U << i;
1868
1869
if (IS_BITMAP_NODE(node)) {
1870
PyHamtNode_Bitmap *child = (PyHamtNode_Bitmap *)node;
0 commit comments