summaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_parsetree.py
blob: 483ea893734b4117d57c7d23b1dab1dfbeb7d439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# cmdline: -v -v -v
# test printing of the parse-tree

for i in ():
    pass
a = None
b = "str"
c = "a very long str that will not be interned"
d = b"bytes"
e = b"a very long bytes that will not be interned"
f = 123456789012345678901234567890
g = 123
h = f"fstring: '{b}'"