Skip to content

Commit 834e739

Browse files
committed
Update weakref_ops.py
1 parent fc0311d commit 834e739

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/primitives/weakref_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
new_proxy_op = function_op(
2525
name="_weakref.proxy",
2626
arg_types=[object_rprimitive],
27-
steals=[True],
2827
return_type=object_rprimitive,
2928
c_function_name="PyWeakref_NewProxy",
3029
extra_int_constants=[(0, pointer_rprimitive)],

0 commit comments

Comments
 (0)