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 647bb4b commit c4d117fCopy full SHA for c4d117f
mypyc/primitives/weakref_ops.py
@@ -6,13 +6,13 @@
6
py_weakref_new_ref_op = function_op(
7
name="weakref.weakref",
8
arg_types=[object_rprimitive, object_rprimitive],
9
- result_type=object_rprimitive,
+ return_type=object_rprimitive,
10
c_function_name="PyWeakref_NewRef",
11
)
12
13
14
name="weakref.proxy",
15
16
17
c_function_name="PyWeakref_NewProxy",
18
0 commit comments