mirror of
https://github.com/python/cpython.git
synced 2026-06-06 03:26:18 -04:00
9001d8089c
Use _PyTime_FromSeconds() to initialize the default socket timeout to -1 second, instead of -1 nanosecond which causes rounding issues in internal_select().
Source files for standard library extension modules, and former extension modules that are now builtin modules.