Add some more output

This commit is contained in:
Antoine Pitrou 2011-01-03 22:24:52 +00:00
parent c43ec08baf
commit dcdc3b4c5d

View file

@ -1156,6 +1156,9 @@ class POSIXProcessTestCase(BaseTestCase):
open_fds = set()
if support.verbose:
print(" -- maxfd =", subprocess.MAXFD)
for x in range(5):
fds = os.pipe()
self.addCleanup(os.close, fds[0])