summaryrefslogtreecommitdiffstats
path: root/Misc/find_recursionlimit.py
Commit message (Collapse)AuthorAgeFilesLines
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply ↵Amaury Forgeot d'Arc2008-09-111-0/+20
| | | | | | nested lists or dicts. Reviewed by Martin von Loewis.
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-4/+4
|
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-2/+0
| | | | | some cleanup to do on this. Particularly in Python/traceback.c with getting rid of the getattr if possible and Demo/*metaclasses/Enum.py.
* 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