Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: a45a99b47ff241ce0ae2f0bba59b89e4e012d47c https://github.com/python/cpython/commit/a45a99b47ff241ce0ae2f0bba59b89e4e012d47c Author: Antoine Pitrou <pitrou at free.fr> Date: 2017年06月30日 (2017年6月30日) Changed paths: M Lib/test/test_signal.py A Misc/NEWS.d/next/Library/2017-06-29-22-04-44.bpo-30807.sLtjY-.rst M Modules/signalmodule.c Log Message: ----------- [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)