mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
7c3e577395
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.