This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
bc1b5c81a5
cpython
/
Lib
/
test
/
test_longexp.py
5 lines
64 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-23 21:35:38 -03:00
REPS
=
65580
verify that Python raises SyntaxError for long and deeply-nested expressions
2000-06-20 16:13:27 -03:00
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-23 21:35:38 -03:00
l
=
eval
(
"
[
"
+
"
2,
"
*
REPS
+
"
]
"
)
print
len
(
l
)