Kaydet (Commit) dcdc3b4c authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Add some more output

üst c43ec08b
...@@ -1156,6 +1156,9 @@ class POSIXProcessTestCase(BaseTestCase): ...@@ -1156,6 +1156,9 @@ class POSIXProcessTestCase(BaseTestCase):
open_fds = set() open_fds = set()
if support.verbose:
print(" -- maxfd =", subprocess.MAXFD)
for x in range(5): for x in range(5):
fds = os.pipe() fds = os.pipe()
self.addCleanup(os.close, fds[0]) self.addCleanup(os.close, fds[0])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment