This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients David.Edelsohn, neologix, pitrou, python-dev
Date 2013-04-24.21:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZwvzB62Clz7Lk7@mail.python.org>
In-reply-to
Content
New changeset 4b4ed1e11fd0 by Antoine Pitrou in branch '3.3':
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
http://hg.python.org/cpython/rev/4b4ed1e11fd0

New changeset de35eae9048a by Antoine Pitrou in branch 'default':
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
http://hg.python.org/cpython/rev/de35eae9048a

New changeset 09811ecd5df1 by Antoine Pitrou in branch '2.7':
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
http://hg.python.org/cpython/rev/09811ecd5df1
History
Date User Action Args
2013-04-24 21:38:31python-devsetrecipients: + python-dev, pitrou, neologix, David.Edelsohn
2013-04-24 21:38:31python-devlinkissue17835 messages
2013-04-24 21:38:31python-devcreate