Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4843eb4

Browse files
committed
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.
1 parent fdba55f commit 4843eb4

2 files changed

Lines changed: 0 additions & 70 deletions

File tree

Demo/threads/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ This directory contains some demonstrations of the thread module.
33
These are mostly "proof of concept" type applications:
44

55
Generator.py Generator class implemented with threads.
6-
bug.py Demonstrate a bug with importing modules in threads.
76
find.py Parallelized "find(1)" (looks for directories).
87
sync.py Condition variables primitives by Tim Peters.
98
telnet.py Version of ../sockets/telnet.py using threads.

Demo/threads/bug.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)