diff options
author | Victor Stinner <vstinner@python.org> | 2024-03-11 16:35:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 16:35:29 (GMT) |
commit | 113053a070ba753101f73553ef6435c5c6c9f3f7 (patch) | |
tree | 9f97e4dc49ceafd5a464f169d142225e170ab7be /Python/Python-ast.c | |
parent | 2731913dd5234ff5ab630a3b7f1c98ad79d4d9df (diff) | |
download | cpython-113053a070ba753101f73553ef6435c5c6c9f3f7.zip cpython-113053a070ba753101f73553ef6435c5c6c9f3f7.tar.gz cpython-113053a070ba753101f73553ef6435c5c6c9f3f7.tar.bz2 |
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().
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions