]> granicus.if.org Git - python/commit
Catch KeyboardInterrupt separately and propagate it, instead of
authorGuido van Rossum <guido@python.org>
Mon, 20 Oct 1997 23:46:54 +0000 (23:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Oct 1997 23:46:54 +0000 (23:46 +0000)
commit4e8ef5fcd3e44b848710beac4e9211d4892bdf0f
tree62f5bd4e80b8bd231653d5dc3aa7659b934285e5
parent1510565cb5efb22604bd81696ebc12ad5781017e
Catch KeyboardInterrupt separately and propagate it, instead of
reporting a "crash".

Use sys.exc_info() instead of sys.exc_type and sys.exc_value.
Lib/test/regrtest.py