commit | 68915d75108e924d1ff74e707444c0d3ab405186 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 24 23:31:38 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 24 23:31:38 2013 +0200 |
tree | 8dc2881d61a3abba0a7b5eb03c1ff88a6b0f9d3b | |
parent | 7b0baf0d87fa4fd226a74fbbe2e86f795ee40f15 [diff] [blame] |
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
diff --git a/Misc/NEWS b/Misc/NEWS index 9804b0e..cdcf9e5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -131,6 +131,9 @@ Tests ----- +- Issue #17835: Fix test_io when the default OS pipe buffer size is larger + than one million bytes. + - Issue #17531: Fix tests that thought group and user ids were always the int type. Also, always allow -1 as a valid group and user id.