mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00: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