mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

gh-97786: Fix compiler warnings in pytime.c (GH-101826)
Fixes compiler warnings in pytime.c.
(cherry picked from commit b1b375e267
)
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2 lines
89 B
ReStructuredText
2 lines
89 B
ReStructuredText
Fix potential undefined behaviour in corner cases of floating-point-to-time
|
|
conversions.
|