]> granicus.if.org Git - python/commit
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 01:49:14 +0000 (03:49 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 01:49:14 +0000 (03:49 +0200)
commit869e1778c0bcfc0928701c6ae0703934359d036b
tree231b2e09d453cca2ce5bf462ffb91f0f7303f3c0
parentbcdd777d3c01a6db3b4357922663624ef617e65a
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING

All these functions only accept positive timeouts, so this change has no effect
in practice.
Modules/_ssl.c
Modules/_threadmodule.c
Modules/selectmodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/timemodule.c