mirror of
https://github.com/python/cpython.git
synced 2026-06-20 18:11:54 -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.