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 665e2e6 commit 0e7ef8dCopy full SHA for 0e7ef8d
mypyc/ir/rtypes.py
@@ -489,7 +489,7 @@ def __hash__(self) -> int:
489
490
# Python dict object.
491
exact_dict_rprimitive: Final = RPrimitive(
492
- "builtins.dict[exact]", is_unboxed=False, is_refcounted=True)
+ "builtins.dict[exact]", is_unboxed=False, is_refcounted=True
493
)
494
495
# An instance of a subclass of dict.
0 commit comments