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 1842f8c commit 7c238c8Copy full SHA for 7c238c8
1 file changed
mypyc/test-data/irbuild-basic.test
@@ -3884,7 +3884,6 @@ def f(s):
3884
r3, r4 :: bit
3885
r5, c, r6 :: str
3886
r7 :: native_int
3887
- out, c :: str
3888
L0:
3889
r0 = ''
3890
out = r0
@@ -3893,7 +3892,6 @@ L1:
3893
3892
r2 = CPyStr_Size_size_t(s)
3894
r3 = r2 >= 0 :: signed
3895
r4 = r1 < r2 :: signed
3896
- if r4 goto L2 else goto L2 :: bool
3897
L2:
3898
r5 = CPyStr_GetItemUnsafe(s, r1)
3899
c = r5
0 commit comments