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

Skip to content

Commit 36123aa

Browse files
committed
Removed condition.py -- it was just sync.py without
the mrsw lock and without 'condition' allocating a lock by default
1 parent 4d1b3b9 commit 36123aa

2 files changed

Lines changed: 0 additions & 476 deletions

File tree

Demo/threads/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ These are mostly "proof of concept" type applications:
44

55
Generator.py Generator class implemented with threads.
66
bug.py Demonstrate a bug with importing modules in threads.
7-
condition.py Appears to be an earlier version of sync.py.
87
find.py Parallelized "find(1)" (looks for directories).
98
sync.py Condition variables primitives by Tim Peters.
109
telnet.py Version of ../sockets/telnet.py using threads.

0 commit comments

Comments
 (0)