Skip to content

Commit 665e2e6

Browse files
committed
Update rtypes.py
1 parent 555d83a commit 665e2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/ir/rtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ def __hash__(self) -> int:
492492
"builtins.dict[exact]", is_unboxed=False, is_refcounted=True)
493493
)
494494

495-
dict_rprimitive: Final = RPrimitive("builtins.dict", is_unboxed=False, is_refcounted=True)
496495
# An instance of a subclass of dict.
496+
dict_rprimitive: Final = RPrimitive("builtins.dict", is_unboxed=False, is_refcounted=True)
497497

498498
# Python set object (or an instance of a subclass of set).
499499
set_rprimitive: Final = RPrimitive("builtins.set", is_unboxed=False, is_refcounted=True)

0 commit comments

Comments
 (0)