mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
* _PyTime_AsTimeval() now ensures that tv_usec is always positive * _PyTime_AsTimespec() now ensures that tv_nsec is always positive * _PyTime_AsTimeval() now returns an integer on overflow instead of raising an exception
Miscellaneous source files for the main Python shared library