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 9bec581 commit bdee878Copy full SHA for bdee878
mypyc/test-data/irbuild-unreachable.test
@@ -20,7 +20,7 @@ L0:
20
r2 = CPyObject_GetAttr(r0, r1)
21
r3 = cast(str, r2)
22
r4 = 'x'
23
- r5 = CPyStr_Equal(r3, r4)
+ r5 = CPyStr_EqualLiteral(r3, r4, 1)
24
if r5 goto L2 else goto L1 :: bool
25
L1:
26
r6 = r5
@@ -54,7 +54,7 @@ L0:
54
55
56
57
58
59
60
0 commit comments