Skip to content

Commit 7a933dc

Browse files
committed
Update docstring
1 parent 961118b commit 7a933dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mypyc/irbuild/specialize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ def translate_getitem_with_bounds_check(
12371237
adjust_index_op: Primitive op to adjust negative indices
12381238
range_check_op: Primitive op to check if index is in valid range
12391239
get_item_unsafe_op: Primitive op to get item (no bounds checking)
1240-
require_i64_index: If True, only use optimization for i64 indices
12411240
12421241
Returns:
12431242
The result value, or None if optimization doesn't apply

0 commit comments

Comments
 (0)