Skip to content

Commit 0a376c6

Browse files
committed
Update dict_ops.py
1 parent c8e1901 commit 0a376c6

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)