Skip to content

Commit 87fdaca

Browse files
Update registry.py
1 parent 04e3e87 commit 87fdaca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mypyc/primitives/registry.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,12 @@ def load_address_op(name: str, type: RType, src: str) -> LoadAddressDescription:
364364

365365

366366
# Import various modules that set up global state.
367+
import mypyc.primitives.bytes_ops
368+
import mypyc.primitives.dict_ops
369+
import mypyc.primitives.float_ops
370+
import mypyc.primitives.int_ops
371+
import mypyc.primitives.list_ops
372+
import mypyc.primitives.misc_ops
373+
import mypyc.primitives.str_ops
374+
import mypyc.primitives.tuple_ops # noqa: F401
375+
import mypyc.primitives.weakref_ops

0 commit comments

Comments
 (0)