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 c5a11a1 commit d1cedf0Copy full SHA for d1cedf0
mypyc/primitives/dict_ops.py
@@ -403,7 +403,7 @@
403
dict_keys_op = custom_op(
404
arg_types=[dict_rprimitive],
405
return_type=list_rprimitive,
406
- c_function_name="PyDict_Keys",
+ c_function_name="CPyDict_Keys",
407
error_kind=ERR_MAGIC,
408
)
409
@@ -419,7 +419,7 @@
419
dict_values_op = custom_op(
420
421
422
- c_function_name="PyDict_Values",
+ c_function_name="CPyDict_Values",
423
424
425
@@ -435,7 +435,7 @@
435
dict_items_op = custom_op(
436
437
438
- c_function_name="PyDict_Items",
+ c_function_name="CPyDict_Items",
439
440
441
0 commit comments