]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140)
authorJakub Kulík <Kulikjak@gmail.com>
Sat, 18 Dec 2021 13:26:24 +0000 (14:26 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 13:26:24 +0000 (15:26 +0200)
commit427a490c495cde8a152e938c6f02be65620e3e59
treeafa5d0b0a8a26aaa6aa4013897fb88f548cfd0d3
parent6fc91daf730c60b08b4b32cdce28ff26505a0622
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/test/test_time.py