This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
675e1d0a0d
cpython
/
Lib
/
test
/
test_longexp.py
5 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Charles G. Waldman <cgq@fnal.gov>: Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893.
2000-08-24 00:35:38 +00:00
REPS
=
65580
verify that Python raises SyntaxError for long and deeply-nested expressions
2000-06-20 19:13:27 +00:00
Make reindent.py happy (convert everything to 4-space indents!).
2000-10-23 17:22:08 +00:00
l
=
eval
(
"
[
"
+
"
2,
"
*
REPS
+
"
]
"
)
print
len
(
l
)