]> granicus.if.org Git - python/commit
Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 08:22:16 +0000 (10:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 08:22:16 +0000 (10:22 +0200)
commit45cff0c0e6c4a31ed3b5b88ee803320862fbd43a
tree69dab7ea7f01d3ccf118e1d75edb6c9492b40e02
parente134a7fe36652434c2ccffc4ebab2ec2031d1505
Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t
using the C volatile keyword.
Python/pytime.c