mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
c7a79bb036
pthread _PyThread_cond_after() implementation now uses the _PyTime_t type to handle properly overflow: clamp to the maximum value. Remove MICROSECONDS_TO_TIMESPEC() function.
Miscellaneous source files for the main Python shared library