]> granicus.if.org Git - python/commit
Don't abuse volatile keyword in pytime.c
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 14:33:16 +0000 (16:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 14:33:16 +0000 (16:33 +0200)
commit5786aef382b0f64720060d6372c215e939461957
tree364af1c1268efdec259446309b2b8d956de3cb18
parent29ee6745af8ace80cef04c18b232771e8b00acdb
Don't abuse volatile keyword in pytime.c

Only use it on the most important number. This change fixes also a compiler
warning on modf().
Python/pytime.c