]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (...
authorAntoine Pitrou <pitrou@free.fr>
Fri, 30 Jun 2017 08:54:24 +0000 (10:54 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 08:54:24 +0000 (10:54 +0200)
commit6f3cb059fd1f3a57ffd70c9d54a394a85a6ea13d
treeee380bf0b0e1f1b4071ddb4fbbf84498f52d077c
parent6f31717c47e325460e2a661bf44b45d342d65bcb
[3.6] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2497)

* 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