]> granicus.if.org Git - python/commit
_datetimemodule.c: fix the compilation warning "conversion from 'double' to
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 27 Aug 2013 23:53:39 +0000 (01:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 27 Aug 2013 23:53:39 +0000 (01:53 +0200)
commit36a5a062dc66fd75bce7141f52a1567bf23738d5
tree308e8b1c0f99df60365cd108d665df633272a7cd
parentb9981ba680de8487ffa7ffb0ee216e82030e6304
_datetimemodule.c: fix the compilation warning "conversion from 'double' to
'long', possible loss of data" in delta_new(), use an explicit cast from double
to long
Modules/_datetimemodule.c