mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
95e9cef6f0
* _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