diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-24 21:31:38 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-24 21:31:38 (GMT) |
commit | e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc (patch) | |
tree | ab92fc3631b27dba0a3a23bedd06148a4dcb174d /Misc | |
parent | 6ae466732c6a5cd988d02110ab0538c7752a3253 (diff) | |
download | cpython-e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc.zip cpython-e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc.tar.gz cpython-e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc.tar.bz2 |
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -132,6 +132,9 @@ IDLE Tests ----- +- Issue #17835: Fix test_io when the default OS pipe buffer size is larger + than one million bytes. + - Issue #17065: Use process-unique key for winreg tests to avoid failures if test is run multiple times in parallel (eg: on a buildbot host). |