Ilias Tsitsimpis beaaf77a1a Do not use TIMEOUT_MAX for Condition.wait()
On some architectures, using threading.TIMEOUT_MAX for the timeout
parameter can overflow causing Condition.wait() to return immediately.
Instead of relying on TIMEOUT_MAX, remove it and wait forever.

Signed-off-by: Ilias Tsitsimpis <iliastsi@debian.org>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2019-06-18 23:16:04 +02:00
..
2018-05-18 02:10:56 +02:00
2019-06-08 11:32:57 +02:00
2019-04-27 14:56:17 +02:00
2015-01-07 21:31:43 +01:00
2019-06-10 14:36:53 +02:00
2018-05-01 16:21:57 +02:00
2016-07-28 00:42:35 +02:00
2016-11-08 07:11:33 +01:00