]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110850: PyTime_Time() return 0 on success (GH-115713)
authorVictor Stinner <vstinner@python.org>
Tue, 20 Feb 2024 13:35:41 +0000 (14:35 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 13:35:41 +0000 (14:35 +0100)
commitd24bed5ba0c60bbcc1662ae51071067799862fe0
tree441c735db22684effff79d7f3547bad2def20919
parentdcba21f905ef170b2cd0a6433b6fe6bcb4316a67
gh-110850: PyTime_Time() return 0 on success (GH-115713)

Thanks!
Python/pytime.c