From fa6179701c0dd7f2ecc21fe0ff6204a4e865094f Mon Sep 17 00:00:00 2001
From: Georg Brandl <georg@python.org>
Date: Sun, 21 Oct 2007 10:01:56 +0000
Subject: Remove duplicate crasher.

---
 Lib/test/crashers/file_threads.py | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 Lib/test/crashers/file_threads.py

diff --git a/Lib/test/crashers/file_threads.py b/Lib/test/crashers/file_threads.py
deleted file mode 100644
index d82ad3c..0000000
--- a/Lib/test/crashers/file_threads.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# An example for http://bugs.python.org/issue815646
-
-import thread
-
-while 1:
-    f = open("/tmp/dupa", "w")
-    thread.start_new_thread(f.close, ())
-    f.close()
-- 
cgit v0.12