]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Sep 2015 11:25:17 +0000 (13:25 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Sep 2015 11:25:17 +0000 (13:25 +0200)
commitff0ed3e71cb828103cf21442231686f1b348479b
tree6918618d057babbba11f3620e5da0b2083d7accc
parent1efbebaac2a29ae42f3de8d74071ea2eda660711
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.

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