Skip to content

Commit 66b9a08

Browse files
Update weakref_ops.py
1 parent 8709d1b commit 66b9a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/weakref_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414

1515
new_proxy_op = function_op(
16-
name="weakref.ProxyType",
16+
name="weakref.proxy",
1717
arg_types=[object_rprimitive, object_rprimitive],
1818
return_type=object_rprimitive,
1919
c_function_name="PyWeakref_NewProxy",

0 commit comments

Comments
 (0)