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 29bff40 commit 6c839a7Copy full SHA for 6c839a7
mypyc/primitives/weakref_ops.py
@@ -1,5 +1,6 @@
1
from mypyc.ir.ops import ERR_MAGIC
2
from mypyc.ir.rtypes import object_rprimitive
3
+from mypyc.primitives.registry import custom_op
4
5
# Weakref operations
6
0 commit comments