mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
This commit is contained in:
parent
c0c03be53e
commit
8bd24fe9ff
5 changed files with 91 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue