commit | c7a79bb036b42f96b7379b95efa643ee27df2168 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jun 21 15:45:49 2022 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 21 15:45:49 2022 +0200 |
tree | 868fc006fd833fde6f1b62f4f5fa60a06dd9bdb7 | |
parent | 616fa3465d99a262dc8948ff5e00e47fe92eaaba [diff] |
gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056) 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.