summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/slice1.py
blob: 008e57c182f9f7a0b48cf9a2dc37c1ccbef5b3ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
x = x[:]
x = x[::]
x = x[::c]
x = x[:b]
x = x[:b:]
x = x[:b:c]
x = x[a]
x = x[a:]
x = x[a::]
x = x[a::c]
x = x[a:b]
x = x[a:b:]
x = x[a:b:c]

x[0] = 1
x[x] = x