Skip to content

Commit 03419ee

Browse files
Update dict_ops.py
1 parent 64a8cb0 commit 03419ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypyc/primitives/dict_ops.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
c_function_name="CPyDict_Build",
5656
error_kind=ERR_MAGIC,
5757
var_arg_type=object_rprimitive,
58-
)
58+
)f
5959

6060
# Construct a dictionary from another dictionary.
6161
function_op(
@@ -129,6 +129,7 @@
129129
return_type=c_int_rprimitive,
130130
c_function_name="PyDict_SetItem",
131131
error_kind=ERR_NEG_INT,
132+
priority=2,
132133
)
133134

134135
# key in dict

0 commit comments

Comments
 (0)