Re: [Python-Dev] Threading and synchronization primitives

2005-10-13 Thread Guido van Rossum
On 10/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Greg> All right then, how about putting it in a module called > Greg> threadutils or something like that, which is clearly related to > Greg> threading, but is open for the addition of future thread-related > Greg> featur

[Python-Dev] Threading and synchronization primitives

2005-10-13 Thread skip
Greg> All right then, how about putting it in a module called Greg> threadutils or something like that, which is clearly related to Greg> threading, but is open for the addition of future thread-related Greg> features that might arise. Then Lock, RLock, Semaphore, etc belong there