]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123974: Fix time.get_clock_info() on NetBSD (#123975)
authorFurkan Onder <furkanonder@protonmail.com>
Fri, 13 Sep 2024 20:34:25 +0000 (23:34 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 20:34:25 +0000 (22:34 +0200)
commitb1d6f8a2ee04215c64aa8752cc515b7e98a08d28
treedcab025de8eb1e86d125f6a60a66628da0a7db1c
parentea7797371856c13ded5db7854b721faa3cda38dc
gh-123974: Fix time.get_clock_info() on NetBSD (#123975)

Fix OSError for thread_time clock on NetBSD by setting default resolution.
Modules/timemodule.c