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 84bd94a commit 4e8eb48Copy full SHA for 4e8eb48
mypyc/primitives/weakref_ops.py
@@ -14,15 +14,15 @@
14
)
15
16
new_ref__with_callback_op = function_op(
17
- name="weakref.ReferenceType",
+ name="weakref.proxy",
18
arg_types=[object_rprimitive, object_rprimitive],
19
return_type=object_rprimitive,
20
c_function_name="PyWeakref_NewRef",
21
error_kind=ERR_MAGIC,
22
23
24
new_proxy_op = function_op(
25
- name="weakref.ProxyType",
26
arg_types=[object_rprimitive],
27
28
c_function_name="PyWeakref_NewProxy",
0 commit comments