]> granicus.if.org Git - python/commit
[3.6] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1454)
authorAntoine Pitrou <pitrou@free.fr>
Thu, 4 May 2017 15:12:35 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 15:12:35 +0000 (17:12 +0200)
commita7e48b544becc01dbf9059ed01f38997c6d0156c
tree44bce101acea9a9c7f39fe3287835bf1423a32e7
parent31906b42fd71c6baaf80429005c720b40dfe8fae
[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)
Lib/multiprocessing/forkserver.py
Misc/NEWS