Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2bd92a59
Commit
2bd92a59
authored
Oct 11, 2009
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.
parent
beaf6a02
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
Misc/HISTORY
Misc/HISTORY
+1
-1
Misc/NEWS
Misc/NEWS
+1
-1
Misc/README
Misc/README
+0
-1
Tools/scripts/find_recursionlimit.py
Tools/scripts/find_recursionlimit.py
+0
-0
No files found.
Misc/HISTORY
View file @
2bd92a59
...
...
@@ -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
------------------------
...
...
Misc/NEWS
View file @
2bd92a59
...
...
@@ -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.
...
...
Misc/README
View file @
2bd92a59
...
...
@@ -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
...
...
Misc
/find_recursionlimit.py
→
Tools/scripts
/find_recursionlimit.py
View file @
2bd92a59
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment