]> granicus.if.org Git - python/commit
As I threatened on python-dev, add a directory which contains all known
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 10 Jan 2006 07:49:41 +0000 (07:49 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 10 Jan 2006 07:49:41 +0000 (07:49 +0000)
commit8cc4ef561c1ba8f36520396c6f631764b55f4643
treeeddaba777527be8e2cf2a95996c5daef52ddfe48
parent88bbd73d0763bb4df48d45791dafbef76c2e17a5
As I threatened on python-dev, add a directory which contains all known
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).
Lib/test/crashers/README [new file with mode: 0644]
Lib/test/crashers/coerce.py [new file with mode: 0644]
Lib/test/crashers/weakref_in_del.py [new file with mode: 0644]
Lib/test/crashers/xml_parsers.py [new file with mode: 0644]