mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
9a8089b32a
interrupted by a signal Add a new _PyTime_AddDouble() function and remove _PyTime_ADD_SECONDS() macro. The _PyTime_ADD_SECONDS only supported an integer number of seconds, the _PyTime_AddDouble() has subsecond resolution.
Miscellaneous source files for the main Python shared library