mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix a typo.
This commit is contained in:
parent
ab66d2a6cb
commit
003c7a3fca
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ class ProcessTestCase(BaseTestCase):
|
||||||
self.assertStderrEqual(stderr.encode(), b"pineapple\npear\n")
|
self.assertStderrEqual(stderr.encode(), b"pineapple\npear\n")
|
||||||
|
|
||||||
def test_communicate_timeout_large_ouput(self):
|
def test_communicate_timeout_large_ouput(self):
|
||||||
# Test a expring timeout while the child is outputting lots of data.
|
# Test an expiring timeout while the child is outputting lots of data.
|
||||||
p = subprocess.Popen([sys.executable, "-c",
|
p = subprocess.Popen([sys.executable, "-c",
|
||||||
'import sys,os,time;'
|
'import sys,os,time;'
|
||||||
'sys.stdout.write("a" * (64 * 1024));'
|
'sys.stdout.write("a" * (64 * 1024));'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue