From: Jason R. Coombs Date: Sun, 7 Dec 2025 20:30:06 +0000 (-0500) Subject: Link GH issue to test. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c79be645026884cefe63ab06eacf0f7aa484b26;p=thirdparty%2FPython%2Fcpython.git Link GH issue to test. --- diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index c87162de57f0..f4c870036a7a 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -3652,6 +3652,11 @@ def bœr(): self.assertIn('None', stdout) def test_script_target_anonymous_pipe(self): + """ + _ScriptTarget doesn't fail on an anonymous pipe. + + GH-142315 + """ fd_dir = self._fd_dir_for_pipe_targets() if fd_dir is None: self.skipTest('anonymous pipe targets require /proc/self/fd or /dev/fd')