SIGN IN SIGN UP

gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)

Return 0 on success. Set an exception and return -1 on error.

Fix os.timerfd_settime(): properly report exceptions on
_PyTime_FromSecondsDouble() failure.

No longer export _PyTime_FromSecondsDouble().
V
Victor Stinner committed
113053a070ba753101f73553ef6435c5c6c9f3f7
Parent: 2731913
Committed by GitHub <noreply@github.com> on 3/11/2024, 4:35:29 PM