Issue #12643: Respect sys.excepthook in code.InteractiveConsole

This commit is contained in:
Nick Coghlan 2012-08-20 23:02:28 +10:00
parent c0c03be53e
commit 8bd24fe9ff
5 changed files with 91 additions and 5 deletions

View file

@ -9,7 +9,6 @@ class TestUntestedModules(unittest.TestCase):
with support.check_warnings(quiet=True):
import bdb
import cgitb
import code
import distutils.bcppcompiler
import distutils.ccompiler