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 2b4a416 commit 65f1796Copy full SHA for 65f1796
mypyc/irbuild/ll_builder.py
@@ -179,9 +179,9 @@
179
ERR_NEG_INT,
180
CFunctionDescription,
181
binary_ops,
182
+ function_ops,
183
method_call_ops,
184
unary_ops,
- function_ops,
185
)
186
from mypyc.primitives.set_ops import new_set_op
187
from mypyc.primitives.str_ops import (
mypyc/primitives/librt_strings_ops.py
@@ -5,8 +5,8 @@
5
KNOWN_NATIVE_TYPES,
6
bytes_rprimitive,
7
int64_rprimitive,
8
- short_int_rprimitive,
9
none_rprimitive,
+ short_int_rprimitive,
10
uint8_rprimitive,
11
12
from mypyc.primitives.registry import function_op, method_op
0 commit comments