Skip to content

Commit be813b2

Browse files
Update dict_ops.py
1 parent b18640f commit be813b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/primitives/dict_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
return_type=object_rprimitive,
249249
c_function_name="CPyDict_GetWithNone",
250250
error_kind=ERR_MAGIC,
251+
priority=2,
251252
)
252253

253254
# dictorsubclass.get(key)

0 commit comments

Comments
 (0)