diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-03-25 06:55:57 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-03-25 06:55:57 (GMT) |
commit | 4843eb400b4fa52c5ddc52d180819bdddeda005d (patch) | |
tree | 4db6b59af91ca1231f44b7301903b2c0a00f48f4 /Demo/threads/README | |
parent | fdba55fe8e2a9fa143eb436ac7d3592a7bc5474c (diff) | |
download | cpython-4843eb400b4fa52c5ddc52d180819bdddeda005d.zip cpython-4843eb400b4fa52c5ddc52d180819bdddeda005d.tar.gz cpython-4843eb400b4fa52c5ddc52d180819bdddeda005d.tar.bz2 |
Remove bug.py. This is something I sent to Guido via email in or before
'94, demonstrating a thread bug that was later repaired via Python growing
an internal import lock. It's of no current interest, and the now-std
test_threaded_import.py is pretty much the same test.
Diffstat (limited to 'Demo/threads/README')
-rw-r--r-- | Demo/threads/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/threads/README b/Demo/threads/README index fe27818..fee6aad 100644 --- a/Demo/threads/README +++ b/Demo/threads/README @@ -3,7 +3,6 @@ This directory contains some demonstrations of the thread module. These are mostly "proof of concept" type applications: Generator.py Generator class implemented with threads. -bug.py Demonstrate a bug with importing modules in threads. find.py Parallelized "find(1)" (looks for directories). sync.py Condition variables primitives by Tim Peters. telnet.py Version of ../sockets/telnet.py using threads. |