]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use a larger amount of data for tests such as the interrupted_write
authorGregory P. Smith <greg@krypto.org>
Wed, 20 Mar 2013 06:25:16 +0000 (23:25 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 20 Mar 2013 06:25:16 +0000 (23:25 -0700)
commit91110f5e5523b578cb74bf81473eb858f86e5338
treeb6d4a42fc1bc2c173e7d9e0d6f0cb4d827150da6
parent620e875df20f9a62bad11f9e2ac249244be21875
Use a larger amount of data for tests such as the interrupted_write
tests that depend on filling up an OS pipe so that they work properly
on systems configured with large pipe buffers.
Lib/subprocess.py
Lib/test/support.py