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 5856bda commit f467382Copy full SHA for f467382
Lib/test/test_pdb.py
@@ -4692,7 +4692,7 @@ def test_readline_not_imported(self):
4692
"""GH-138860
4693
Directly or indirectly importing readline might deadlock a subprocess
4694
if it's launched with process_group=0 or preexec_fn=setpgrp
4695
-
+
4696
It's also a pattern that readline is never imported with just import pdb.
4697
4698
This test is to ensure that readline is not imported for import pdb.
0 commit comments