mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Remove duplicate crasher.
This commit is contained in:
parent
1486182451
commit
fa6179701c
1 changed files with 0 additions and 8 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue