Issue #7316: the acquire() method of lock objects in the :mod:`threading`
module now takes an optional timeout argument in seconds. Timeout support relies on the system threading library, so as to avoid a semi-busy wait loop.
A
Antoine Pitrou committed
7c3e5773954009d65520eb063621cf7724da88e3
Parent: e53de3d