[Python-Dev] Threading and synchronization primitives (original) (raw)
Guido van Rossum guido at python.org
Thu Oct 13 20:42:01 CEST 2005
- Previous message: [Python-Dev] Threading and synchronization primitives
- Next message: [Python-Dev] Autoloading? (Making Queue.Queue easier to use)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/13/05, skip at pobox.com <skip at pobox.com> 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> features that might arise. Then Lock, RLock, Semaphore, etc belong there instead of in threading don't they?
No. Locks and semaphores are the lowest-level threading primitives. They go in the basic module.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Threading and synchronization primitives
- Next message: [Python-Dev] Autoloading? (Making Queue.Queue easier to use)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]