Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
Use _PyTime_ROUND_FLOOR and _PyTime_ROUND_CEILING instead.
V
Victor Stinner committed
a695f83f0de060a77352174be8a5c6f6500ab98a
Parent: 869e177
Use _PyTime_ROUND_FLOOR and _PyTime_ROUND_CEILING instead.