2016-12-22 00:26:06 +00:00
|
|
|
# cmdline: -v -v -v
|
|
|
|
# test printing of the parse-tree
|
|
|
|
|
|
|
|
for i in ():
|
|
|
|
pass
|
|
|
|
a = None
|
2020-03-23 02:26:08 +00:00
|
|
|
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"
|
2016-12-22 00:26:06 +00:00
|
|
|
f = 123456789012345678901234567890
|
2017-12-19 05:13:00 +00:00
|
|
|
g = 123
|