]> granicus.if.org Git - python/commit
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
authorInada Naoki <methane@users.noreply.github.com>
Wed, 20 Feb 2019 01:00:09 +0000 (10:00 +0900)
committerGitHub <noreply@github.com>
Wed, 20 Feb 2019 01:00:09 +0000 (10:00 +0900)
commit001fee14e0f2ba5f41fb733adc69d5965925a094
tree1f43d3cd42920f5ef131b840c444332d4023de90
parent46a97920feaf4094436b2cdb32d2bd2fab3b59a5
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2019-02-05-12-48-23.bpo-12822.0x2NDx.rst [new file with mode: 0644]
Python/ceval.c
Python/condvar.h
Python/thread_pthread.h
configure
configure.ac
pyconfig.h.in