]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123974: Fix time.get_clock_info() on NetBSD (GH-123975) (#124073)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2024 20:54:09 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 20:54:09 +0000 (20:54 +0000)
commitb2a7d718e3b70922f46208c22750c33145dccb75
tree15acc7fcef202502a03a15194babf3c0018ed6c4
parent84e3f6078b5bab7d2d6413de6b089013d4aa4aa0
[3.12] gh-123974: Fix time.get_clock_info() on NetBSD (GH-123975) (#124073)

gh-123974: Fix time.get_clock_info() on NetBSD (GH-123975)

Fix OSError for thread_time clock on NetBSD by setting default resolution.
(cherry picked from commit b1d6f8a2ee04215c64aa8752cc515b7e98a08d28)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Modules/timemodule.c