[Python-bugs-list] [ python-Bugs-452836 ] BoundedSemaphore class

noreply@sourceforge.net noreply@sourceforge.net
Sat, 18 Aug 2001 23:01:58 -0700


Bugs item #452836, was opened at 2001-08-18 23:01
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=452836&group_id=5470

Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Tim Peters (tim_one)
Summary: BoundedSemaphore class

Initial Comment:
Per Guido's request, here's a simple BoundedSemaphore
class, including doc update (and simple example)
as well as a rudimentary test_threading.py which
draws heavily from test_thread.py.

Assigned to Tim, since he's probably the most likely
person to check the BoundedSemaphore code.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=452836&group_id=5470