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 d0e6718 commit 961118bCopy full SHA for 961118b
1 file changed
mypyc/test-data/irbuild-bytes.test
@@ -103,17 +103,6 @@ L0:
103
return r0
104
105
[case testBytesIndex]
106
-def f(a: bytes, i: int) -> int:
107
- return a[i]
108
-[out]
109
-def f(a, i):
110
- a :: bytes
111
- i, r0 :: int
112
-L0:
113
- r0 = CPyBytes_GetItem(a, i)
114
- return r0
115
-
116
-[case testBytesIndex_experimental_64bit]
117
from mypy_extensions import i64
118
119
def f(a: bytes, i: i64) -> int:
0 commit comments