Skip to content

Commit dcdc3b4

Browse files
committed
Add some more output
1 parent c43ec08 commit dcdc3b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_subprocess.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,9 @@ def test_pass_fds(self):
11561156

11571157
open_fds = set()
11581158

1159+
if support.verbose:
1160+
print(" -- maxfd =", subprocess.MAXFD)
1161+
11591162
for x in range(5):
11601163
fds = os.pipe()
11611164
self.addCleanup(os.close, fds[0])

0 commit comments

Comments
 (0)