Skip to content

Commit 6c0814a

Browse files
Update dict_ops.py
1 parent 8d6981d commit 6c0814a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/dict_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# NOTE: this is currently for internal use only, and not used for CallExpr specialization
126126
exact_dict_set_item_op = method_op(
127127
name="__setitem__",
128-
arg_types=[dict_rprimitive, object_rprimitive, object_rprimitive],
128+
arg_types=[exact_dict_rprimitive, object_rprimitive, object_rprimitive],
129129
return_type=c_int_rprimitive,
130130
c_function_name="PyDict_SetItem",
131131
error_kind=ERR_NEG_INT,

0 commit comments

Comments
 (0)