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 detrout
Recipients detrout, gregory.p.smith, pitrou, r.david.murray
Date 2013-03-18.03:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363577746.45.0.307653435935.issue17443@psf.upfronthosting.co.za>
In-reply-to
Content
So as a first stab at fixing this. I modified imaplib to wrap the process.stdin / process.stdout from with io.BufferedWriter / io.BufferedReader. I didn't use the TextIOWrapper as the imaplib wanted to work with the raw \r\n. 

The change seems to have fixed the problem I was having, I also checked out 82724:ef8ea052bcc4 and tried running "./python -m test -j3 " before and after the buffer wrapping and it didn't seem to trigger any test case failures.
History
Date User Action Args
2013-03-18 03:35:46detroutsetrecipients: + detrout, gregory.p.smith, pitrou, r.david.murray
2013-03-18 03:35:46detroutsetmessageid: <1363577746.45.0.307653435935.issue17443@psf.upfronthosting.co.za>
2013-03-18 03:35:46detroutlinkissue17443 messages
2013-03-18 03:35:45detroutcreate