[issue1294] Management of KeyboardInterrupt in cmd.py

Ilya Sandler report at bugs.python.org
Mon Nov 9 02:22:04 CET 2009


Ilya Sandler <ilya.sandler at gmail.com> added the comment:

Is not this patch backward incompatible?

E.g any cmd-based application which expects Ctrl-C to propagate to the
top level will be broken by this patch.

As for pdb, I don't think pdb will benefit from this patch: as I believe
that pdb needs something along the lines of patch #7245 for Ctrl-C
(temporary interrupt of execution with ability to resume similar to what
gdb does)

----------
nosy: +isandler

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1294>
_______________________________________


More information about the Python-bugs-list mailing list