We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555d83a commit 665e2e6Copy full SHA for 665e2e6
mypyc/ir/rtypes.py
@@ -492,8 +492,8 @@ def __hash__(self) -> int:
492
"builtins.dict[exact]", is_unboxed=False, is_refcounted=True)
493
)
494
495
-dict_rprimitive: Final = RPrimitive("builtins.dict", is_unboxed=False, is_refcounted=True)
496
# An instance of a subclass of dict.
+dict_rprimitive: Final = RPrimitive("builtins.dict", is_unboxed=False, is_refcounted=True)
497
498
# Python set object (or an instance of a subclass of set).
499
set_rprimitive: Final = RPrimitive("builtins.set", is_unboxed=False, is_refcounted=True)
0 commit comments