Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 165 Bytes

File metadata and controls

3 lines (3 loc) · 165 Bytes

Fix :data:`_thread.TIMEOUT_MAX` value on Windows: the maximum timeout is 0x7FFFFFFF milliseconds (around 24.9 days), not 0xFFFFFFFF milliseconds (around 49.7 days).