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 3873c5e commit 8709d1bCopy full SHA for 8709d1b
mypyc/primitives/weakref_ops.py
@@ -13,7 +13,7 @@
13
)
14
15
new_proxy_op = function_op(
16
- name="weakref.proxy",
+ name="weakref.ProxyType",
17
arg_types=[object_rprimitive, object_rprimitive],
18
return_type=object_rprimitive,
19
c_function_name="PyWeakref_NewProxy",
0 commit comments