File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 161
161
return_type = c_int_rprimitive ,
162
162
c_function_name = "PyDict_Update" ,
163
163
error_kind = ERR_NEG_INT ,
164
- priority = 2 ,
164
+ priority = 5 ,
165
165
)
166
166
167
167
# dictorsubclass.update(dict)
171
171
return_type = c_int_rprimitive ,
172
172
c_function_name = "CPyDict_Update" ,
173
173
error_kind = ERR_NEG_INT ,
174
- priority = 2 ,
174
+ priority = 3 ,
175
175
)
176
176
177
177
# dict.update(dictsubclass)
181
181
return_type = c_int_rprimitive ,
182
182
c_function_name = "PyDict_Update" ,
183
183
error_kind = ERR_NEG_INT ,
184
- priority = 2 ,
184
+ priority = 4 ,
185
185
)
186
186
187
187
# dictsubclass1.update(dictsubclass2)
392
392
return_type = exact_dict_rprimitive ,
393
393
c_function_name = "PyDict_Copy" ,
394
394
error_kind = ERR_NEVER ,
395
+ priority = 2 ,
395
396
)
396
397
397
398
# dictsubclass.copy()
You can’t perform that action at this time.
0 commit comments