mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08:00
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