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 14ad56a commit bc82b3eCopy full SHA for bc82b3e
mypyc/primitives/registry.py
@@ -372,3 +372,4 @@ def load_address_op(name: str, type: RType, src: str) -> LoadAddressDescription:
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