summaryrefslogtreecommitdiffstats
path: root/Misc/find_recursionlimit.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #3850: Misc/find_recursionlimit.py was broken.Antoine Pitrou2008-09-131-8/+19
| | | | Reviewed by A.M. Kuchling.
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply ↵Amaury Forgeot d'Arc2008-09-111-0/+19
| | | | | | nested lists or dicts. Reviewed by Martin von Loewis.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+1
|
* script that reports a fairly safe recursionlimit for a specific platformJeremy Hylton2000-08-311-0/+88