commit | 5786aef382b0f64720060d6372c215e939461957 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 16:33:16 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 16:33:16 2015 +0200 |
tree | 364af1c1268efdec259446309b2b8d956de3cb18 | |
parent | 29ee6745af8ace80cef04c18b232771e8b00acdb [diff] |
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().