commit | ef611c96eab0ab667ebb43fdf429b319f6d99890 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 13 13:49:43 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 13 13:49:43 2017 -0700 |
tree | 39623a7ea31b55dc13dfc2a5d3955ff7ae77e537 | |
parent | a505ecdc5013cd8f930aacc1ec4fb2afa62d3853 [diff] |
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865) The _PyTime API handles detects overflow and is well tested. Document that the signal will only be sent once if internal is equal to zero.