[Python-checkins] r58577 - python/trunk/Lib/test/crashers/file_threads.py

georg.brandl python-checkins at python.org
Sun Oct 21 12:01:56 CEST 2007


Author: georg.brandl
Date: Sun Oct 21 12:01:56 2007
New Revision: 58577
Removed:
 python/trunk/Lib/test/crashers/file_threads.py
Log:
Remove duplicate crasher.
Deleted: /python/trunk/Lib/test/crashers/file_threads.py
==============================================================================
--- /python/trunk/Lib/test/crashers/file_threads.py	Sun Oct 21 12:01:56 2007
+++ (empty file)
@@ -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()


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /