diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 04:03:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 04:03:08 (GMT) |
commit | 373089239b26e7445aa44a3501c7056cfa4c3728 (patch) | |
tree | 5f2f35ff686dfa64092b06b730ed9090f6492896 /Lib/test/crashers | |
parent | deaa678952dd437cb8cf9f697325705ad0855029 (diff) | |
parent | 4969f709cc07088a40574c05724d83cddc8fafc7 (diff) | |
download | cpython-373089239b26e7445aa44a3501c7056cfa4c3728.zip cpython-373089239b26e7445aa44a3501c7056cfa4c3728.tar.gz cpython-373089239b26e7445aa44a3501c7056cfa4c3728.tar.bz2 |
#11515: Merge with 3.2.
Diffstat (limited to 'Lib/test/crashers')
-rw-r--r-- | Lib/test/crashers/recursion_limit_too_high.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/crashers/recursion_limit_too_high.py b/Lib/test/crashers/recursion_limit_too_high.py index 1fa4d32..ec64936 100644 --- a/Lib/test/crashers/recursion_limit_too_high.py +++ b/Lib/test/crashers/recursion_limit_too_high.py @@ -5,7 +5,7 @@ # file handles. # The point of this example is to show that sys.setrecursionlimit() is a -# hack, and not a robust solution. This example simply exercices a path +# hack, and not a robust solution. This example simply exercises a path # where it takes many C-level recursions, consuming a lot of stack # space, for each Python-level recursion. So 1000 times this amount of # stack space may be too much for standard platforms already. |