Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 5741b70acf88846a0d3b2d348535f250577b2df6 https://github.com/python/cpython/commit/5741b70acf88846a0d3b2d348535f250577b2df6 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: ----------- [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)