Skip to content

Commit 33c0f3f

Browse files
committed
Fix bug
1 parent abd9424 commit 33c0f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/misc_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
arg_types=[object_rprimitive, uint8_rprimitive],
431431
return_type=none_rprimitive,
432432
c_function_name="write_tag_internal",
433-
error_kind=ERR_MAGIC_OVERLAPPING,
433+
error_kind=ERR_MAGIC,
434434
)
435435

436436
function_op(

0 commit comments

Comments
 (0)