posix semaphore support?

Christian Heimes lists at cheimes.de
Fri Aug 29 17:52:25 EDT 2008


Neal Becker wrote:
> Is there a posix semaphore wrapper for python?
> 
> Would that be a good addition?

The threading module provides a high level interface to native 
semaphores, e.g. pthread.

Christian




More information about the Python-list mailing list