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 4fa8df7 commit 88a59d5Copy full SHA for 88a59d5
mypyc/test/test_cheader.py
@@ -37,7 +37,7 @@ def check_name(name: str) -> None:
37
for old_op in old_ops:
38
check_name(old_op.c_function_name)
39
40
- for values in [registry.binary_ops.values()]:
+ for values in [registry.binary_ops.values(), registry.function_ops.values()]:
41
for ops in values:
42
if isinstance(ops, PrimitiveDescription):
43
ops = [ops]
0 commit comments