]> granicus.if.org Git - python/commit
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3.x"...
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Sep 2015 09:48:00 +0000 (11:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Sep 2015 09:48:00 +0000 (11:48 +0200)
commit1efbebaac2a29ae42f3de8d74071ea2eda660711
tree5e710b0bb6be7904f234130240aee839dbcb36f4
parent350b51839aea3f5bd541b960ef1ec1b5a170854a
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3.x" buildbot

Use volatile keyword in _PyTime_Round()
Python/pytime.c