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

* 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