This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdima
Recipients
Date 2003-11-28.12:47:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
New optional timeout parameter for Semaphore.acquire().

acquire(block=True, timeout=None)

When invoked with blocking set to true and timeout set to
a positive number, it blocks at most timeout seconds
and return false if the internal counter is still zero;
otherwise return true.

History
Date User Action Args
2007-08-23 15:30:01adminlinkissue850728 messages
2007-08-23 15:30:01admincreate