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 961118b commit 7a933dcCopy full SHA for 7a933dc
1 file changed
mypyc/irbuild/specialize.py
@@ -1237,7 +1237,6 @@ def translate_getitem_with_bounds_check(
1237
adjust_index_op: Primitive op to adjust negative indices
1238
range_check_op: Primitive op to check if index is in valid range
1239
get_item_unsafe_op: Primitive op to get item (no bounds checking)
1240
- require_i64_index: If True, only use optimization for i64 indices
1241
1242
Returns:
1243
The result value, or None if optimization doesn't apply
0 commit comments