Antoine Pitrou <[email protected]> added the comment:

Updated patch against current py3k.
About the timeout limit, an useful point of comparison is select(), which 
doesn't try to loop either: it just throws OverflowError if the specified 
timeout value is too large to be represented in a timeval struct.

----------
Added file: http://bugs.python.org/file16911/timedlock6.patch

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to