summaryrefslogtreecommitdiffstats
path: root/Lib/test/crashers
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove apply()Neal Norwitz2006-03-171-7/+0
|
* Set svn:eol-style to native.Tim Peters2006-03-012-72/+72
|
* collected my segfaulting Python examples from the SF trackersArmin Rigo2006-01-148-0/+99
| | | | (is the purpose of the crashers directory to scare people? :-)
* Whitespace normalization.Tim Peters2006-01-132-73/+72
|
* add another crash reported by Thomas WoutersNeal Norwitz2006-01-111-0/+10
|
* As I threatened on python-dev, add a directory which contains all knownNeal Norwitz2006-01-104-0/+97
bugs which cause the interpreter to crash. I'm sure we can find a few more. Many missing bugs deal with variations on unchecked infinite recursion (like coerce.py).