mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Whitespace normalization.
This commit is contained in:
parent
700f36c752
commit
eba28bea9b
14 changed files with 28 additions and 30 deletions
|
|
@ -387,7 +387,7 @@ class ProcessTestCase(unittest.TestCase):
|
|||
if test_support.is_resource_enabled("subprocess") and not mswindows:
|
||||
max_handles = 1026 # too much for most UNIX systems
|
||||
else:
|
||||
max_handles = 65
|
||||
max_handles = 65
|
||||
for i in range(max_handles):
|
||||
p = subprocess.Popen([sys.executable, "-c",
|
||||
"import sys;sys.stdout.write(sys.stdin.read())"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue