File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
)
15
15
16
16
new_ref__with_callback_op = function_op (
17
- name = "weakref.proxy " ,
17
+ name = "weakref.ReferenceType " ,
18
18
arg_types = [object_rprimitive , object_rprimitive ],
19
19
return_type = object_rprimitive ,
20
20
c_function_name = "PyWeakref_NewRef" ,
21
21
error_kind = ERR_MAGIC ,
22
22
)
23
23
24
24
new_proxy_op = function_op (
25
- name = "weakref .proxy" ,
25
+ name = "_weakref .proxy" ,
26
26
arg_types = [object_rprimitive ],
27
27
return_type = object_rprimitive ,
28
28
c_function_name = "PyWeakref_NewProxy" ,
31
31
)
32
32
33
33
new_proxy_with_callback_op = function_op (
34
- name = "weakref.ProxyType " ,
34
+ name = "_weakref.proxy " ,
35
35
arg_types = [object_rprimitive , object_rprimitive ],
36
36
return_type = object_rprimitive ,
37
37
c_function_name = "PyWeakref_NewProxy" ,
You can’t perform that action at this time.
0 commit comments