mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add some more output
This commit is contained in:
parent
c43ec08baf
commit
dcdc3b4c5d
1 changed files with 3 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue