]> granicus.if.org Git - python/commit
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
authorAntoine Pitrou <pitrou@free.fr>
Fri, 30 Jun 2017 08:01:05 +0000 (10:01 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 08:01:05 +0000 (10:01 +0200)
commit729780a810bbcb12b245a1b652302a601fc9f6fd
tree98182b9933e15696fbf1dc97364f6e048c219600
parent42bc8beadd49f60cc52fdc397897b3bd81640406
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)

* bpo-30807: signal.setitimer() may disable the timer by mistake

* Add NEWS blurb
Lib/test/test_signal.py
Misc/NEWS.d/next/Library/2017-06-29-22-04-44.bpo-30807.sLtjY-.rst [new file with mode: 0644]
Modules/signalmodule.c