Skip to content

Commit 311a466

Browse files
committed
fix: err kind
1 parent 14c4e78 commit 311a466

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
@@ -461,7 +461,7 @@
461461
arg_types=[true_dict_rprimitive],
462462
return_type=true_dict_rprimitive,
463463
c_function_name="_CPyDict_GetIterUnsafe",
464-
error_kind=ERR_MAGIC,
464+
error_kind=ERR_NEVER,
465465
)
466466

467467
# PyDict_Next() fast iteration for subclass

0 commit comments

Comments
 (0)