]> granicus.if.org Git - python/commit
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 13 Oct 2017 20:49:43 +0000 (13:49 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2017 20:49:43 +0000 (13:49 -0700)
commitef611c96eab0ab667ebb43fdf429b319f6d99890
tree39623a7ea31b55dc13dfc2a5d3955ff7ae77e537
parenta505ecdc5013cd8f930aacc1ec4fb2afa62d3853
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.
Doc/library/signal.rst
Modules/clinic/signalmodule.c.h
Modules/signalmodule.c