Skip to content

Commit 14c4e78

Browse files
committed
fix: clear ers never
1 parent dda49ff commit 14c4e78

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
@@ -370,7 +370,7 @@
370370
arg_types=[true_dict_rprimitive],
371371
return_type=bit_rprimitive,
372372
c_function_name="PyDict_Clear",
373-
error_kind=ERR_FALSE,
373+
error_kind=ERR_NEVER,
374374
)
375375

376376
# dictsubclass.clear()

0 commit comments

Comments
 (0)