]> granicus.if.org Git - python/commit
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (...
authorAntoine Pitrou <pitrou@free.fr>
Fri, 30 Jun 2017 08:54:32 +0000 (10:54 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 08:54:32 +0000 (10:54 +0200)
commit5741b70acf88846a0d3b2d348535f250577b2df6
treecbe2ec6696c8984fc9e0523cf80627bbbc33474a
parenta9705b777859f555d50eb5dcd5fc4260c42a0188
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2498)

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

* Add NEWS blurb
(cherry picked from commit 729780a810bbcb12b245a1b652302a601fc9f6fd)
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