-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
bpo-41710: Add pytime_add() and pytime_mul() #28642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add pytime_add() and pytime_mul() functions to pytime.c to compute t+t2 and t*k with clamping to [_PyTime_MIN; _PyTime_MAX]. Fix pytime.h: _PyTime_FromTimeval() is not implemented on Windows.
|
|
I don't understand how the two Windows jobs of the GitHub Action missed the build error. Anyway, I wrote PR #28644 to fix it. |
Add pytime_add() and pytime_mul() functions to pytime.c to compute
t+t2 and t*k with clamping to [_PyTime_MIN; _PyTime_MAX].
https://bugs.python.org/issue41710