[Python-Dev] Threading and synchronization primitives

Guido van Rossum guido at python.org
Thu Oct 13 20:42:01 CEST 2005


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/)


More information about the Python-Dev mailing list