ID EN
Threading

TIMEOUT_MAX

Python 3.11

The maximum value allowed for the timeout parameter of blocking functions (Lock.acquire(), RLock.acquire(), Condition.wait(), etc.). Specifying a timeout greater than this value will raise an OverflowError.

Syntax

PYTHON
threading.TIMEOUT_MAX

See Also

Lock.acquire() RLock.acquire() Condition.wait() OverflowError