This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-24 18:34:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
754140e163
cpython
/
Lib
/
test
/
test_longexp.py
6 lines
62 B
Python
Raw
Normal View
History
Unescape
Escape
OS/2 EMX port Library and regression test changes: Lib/ os.py os2emxpath.py // added - OS/2 EMX specific path manipulation routines popen2.py site.py Lib/test/ test_fcntl.py test_longexp.py
2002-02-24 13:32:32 +08: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-24 08:35:38 +08:00
REPS
=
65580
verify that Python raises SyntaxError for long and deeply-nested expressions
2000-06-21 03:13:27 +08:00
Tim_one's change to aggressively overallocate nodes when adding child nodes (in Parser/node.c) resolves the gross memory consumption exhibited by the EMX runtime on OS/2, so the test should be exercised on this platform.
2002-07-15 20:03:19 +08:00
l
=
eval
(
"
[
"
+
"
2,
"
*
REPS
+
"
]
"
)
print
len
(
l
)
Reference in New Issue
Copy Permalink