]> granicus.if.org Git - python/commitdiff
Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.
authorGeorg Brandl <georg@python.org>
Sun, 11 Oct 2009 21:10:07 +0000 (21:10 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 Oct 2009 21:10:07 +0000 (21:10 +0000)
Misc/HISTORY
Misc/NEWS
Misc/README
Tools/scripts/find_recursionlimit.py [moved from Misc/find_recursionlimit.py with 100% similarity]

index 127b782c1f4bd48e9a124e7d7436eb0e63f1bf20..43ee01fc37a635afc8949e466a5d93ced8497cf8 100644 (file)
@@ -9050,7 +9050,7 @@ limit is the maximum number of recursive calls that can be made by
 Python code.  The limit exists to prevent infinite recursion from
 overflowing the C stack and causing a core dump.  The default value is
 1000.  The maximum safe value for a particular platform can be found
-by running Misc/find_recursionlimit.py.
+by running Tools/scripts/find_recursionlimit.py.
 
 New Modules and Packages
 ------------------------
index 9fc3edc350f1b822c5443fe8018f5868764d0783..bb942443ea94ac10e74a5f454aed3bdbdc054f19 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1566,7 +1566,7 @@ Extension Modules
 Tools/Demos
 -----------
 
-- Issue #3850: recursion tests in Misc/find_recursion_limit.py can raise
+- Issue #3850: recursion tests in Tools/scripts/find_recursion_limit.py can raise
   AttributeError instead of RuntimeError, depending in which C API call
   exactly the recursion limit is exceeded. Consequently, both exception types
   are caught and silenced.
index 920299b23c96e2be5f32dfc5816d4ebe96442c7b..1d8c22df0c148a135eba741c5bb4f637e56f2c94 100644 (file)
@@ -12,7 +12,6 @@ AIX-NOTES     Notes for building Python on AIX
 BeOS-NOTES     Notes for building on BeOS
 BeOS-setup.py  setup.py replacement for BeOS, see BeOS-NOTES
 cheatsheet     Quick summary of Python by Ken Manheimer
-find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
 gdbinit                Handy stuff to put in your .gdbinit file, if you use gdb
 HISTORY                News from previous releases -- oldest last
 HPUX-NOTES     Notes about dynamic loading under HP-UX