◐ Shell
clean mode source ↗

gh-110850: Fix _PyTime_FromSecondsDouble() API by vstinner · Pull Request #116606 · python/cpython

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().

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 25, 2024
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().

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
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().