]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Link GH issue to test.
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 7 Dec 2025 20:30:06 +0000 (15:30 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Sun, 7 Dec 2025 20:30:06 +0000 (15:30 -0500)
Lib/test/test_pdb.py

index c87162de57f0d1a7adf67b4a035825baed29f799..f4c870036a7a201fcddfa697490132af5a6ebbe4 100644 (file)
@@ -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')