[Python-checkins] [python/cpython] a7e48b: [3.6] bpo-30185: avoid KeyboardInterrupt traceback...

GitHub noreply at github.com
Thu May 4 11:12:38 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: a7e48b544becc01dbf9059ed01f38997c6d0156c
      https://github.com/python/cpython/commit/a7e48b544becc01dbf9059ed01f38997c6d0156c
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M Lib/multiprocessing/forkserver.py
    M Misc/NEWS

  Log Message:
  -----------
  [3.6] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1454)

* bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver

* Tweak comment.
(cherry picked from commit 6dd4d734ed207ba16b017e38f8909de7ef187e29)




More information about the Python-checkins mailing list