[issue850728] Semaphore.acquire() timeout parameter

2010-11-06 Thread Torsten Landschoff
Torsten Landschoff added the comment: Thanks for applying! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue850728] Semaphore.acquire() timeout parameter

2010-04-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Modified patch committed in r80157 (py3k). Thank you! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue850728] Semaphore.acquire() timeout parameter

2010-04-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: 2.7 is in (mostly) feature freeze mode, so I'm retargetting this to 3.2. (yes, this issue is very old; sorry) I will try to include it (or a variant thereof; the non-blocking + timeout combination doesn't make much sense, so I plan to forbid it) to the py3k bra

[issue850728] Semaphore.acquire() timeout parameter

2010-04-15 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue850728] Semaphore.acquire() timeout parameter

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ __