We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864a35 commit 0cc42e0Copy full SHA for 0cc42e0
Lib/test/test_pdb.py
@@ -16,6 +16,7 @@
16
from contextlib import ExitStack, redirect_stdout
17
from io import StringIO
18
from test import support
19
+# Deferred import: from test.test_repl import spawn_repl
20
from test.support import force_not_colorized, os_helper
21
from test.support.import_helper import import_module
22
from test.support.pty_helper import run_pty, FakeInput
0 commit comments