]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 24 Apr 2013 21:31:38 +0000 (23:31 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 24 Apr 2013 21:31:38 +0000 (23:31 +0200)
commit68915d75108e924d1ff74e707444c0d3ab405186
tree8dc2881d61a3abba0a7b5eb03c1ff88a6b0f9d3b
parent7b0baf0d87fa4fd226a74fbbe2e86f795ee40f15
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
Lib/test/test_io.py
Lib/test/test_support.py
Misc/NEWS