Message184417
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. |
|
Date |
User |
Action |
Args |
2013-03-18 03:35:46 | detrout | set | recipients:
+ detrout, gregory.p.smith, pitrou, r.david.murray |
2013-03-18 03:35:46 | detrout | set | messageid: <1363577746.45.0.307653435935.issue17443@psf.upfronthosting.co.za> |
2013-03-18 03:35:46 | detrout | link | issue17443 messages |
2013-03-18 03:35:45 | detrout | create | |
|