]> granicus.if.org Git - python/commit
collected my segfaulting Python examples from the SF trackers
authorArmin Rigo <arigo@tunes.org>
Sat, 14 Jan 2006 10:58:30 +0000 (10:58 +0000)
committerArmin Rigo <arigo@tunes.org>
Sat, 14 Jan 2006 10:58:30 +0000 (10:58 +0000)
commitb4b5a7601b72ab43cb9f5a0f6b9ab33776b2e16d
tree7686888e730ccaf128362a6dd265c775bb531af5
parentf60cd47f102ee97d6ff8c689281bd441cbab84fb
collected my segfaulting Python examples from the SF trackers
(is the purpose of the crashers directory to scare people? :-)
Lib/test/crashers/dangerous_subclassing.py [new file with mode: 0644]
Lib/test/crashers/infinite_rec_1.py [new file with mode: 0644]
Lib/test/crashers/infinite_rec_2.py [new file with mode: 0644]
Lib/test/crashers/infinite_rec_3.py [new file with mode: 0644]
Lib/test/crashers/infinite_rec_4.py [new file with mode: 0644]
Lib/test/crashers/infinite_rec_5.py [new file with mode: 0644]
Lib/test/crashers/loosing_dict_ref.py [new file with mode: 0644]
Lib/test/crashers/modify_dict_attr.py [new file with mode: 0644]