]> granicus.if.org Git - python/commit
[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1455)
authorAntoine Pitrou <pitrou@free.fr>
Thu, 4 May 2017 15:16:48 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 15:16:48 +0000 (17:16 +0200)
commit7299088ccf5f72b8494063814b58a180b4250aa7
tree77867e53f837da0632bbd2aada40d1655c161346
parent8a1c71053139f20348ea487c0c464694ed3c88c5
[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1455)

* bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver

* Tweak comment.
(cherry picked from commit 6dd4d734ed207ba16b017e38f8909de7ef187e29)
Lib/multiprocessing/forkserver.py
Misc/NEWS