On Sat, 14 Dec 2013 15:14:10 +0100 Jurko Gospodnetić <jurko.gospodne...@pke.hr> wrote: > > I believe the current Python default SIGINT handling by raising an > asynchronous KeyboardInterrupt exception is dangerous, and can directly > cause Python interpreter crashes even if no user code is involved, or > any sort of other 'undefined behaviour' if it is.
It would be nice if you could get an actual C traceback, and open an issue on the bug tracker. Python isn't supposed to crash willy-nilly when Ctrl+C is pressed. (also, which Python version is this?) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com