[Python-checkins] [python/cpython] 729780: bpo-30807: signal.setitimer() may disable the time...

GitHub noreply at github.com
Fri Jun 30 04:01:09 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 729780a810bbcb12b245a1b652302a601fc9f6fd
      https://github.com/python/cpython/commit/729780a810bbcb12b245a1b652302a601fc9f6fd
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  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:
  -----------
  bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)

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

* Add NEWS blurb




More information about the Python-checkins mailing list