Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 11, 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().

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().
@vstinner vstinner enabled auto-merge (squash) March 11, 2024 16:34
@vstinner vstinner merged commit 113053a into python:main Mar 11, 2024
@vstinner vstinner deleted the pytime_fromdouble branch March 11, 2024 16:35
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().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant