STINNER Victor added the comment:

> A simpler solution would actually be to catch KeyboardInterrupt inside the 
> forkserver loop and exit cleanly...

I'm not sure that we always want to exit on CTRL-c. But I agree that the 
forkserver has to handle CTRL-c. Maybe ignore it, but be killed when its master 
gets a CTRL-c?

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to