Message184594
After bumping into r.david.murray in the elevator I got the impression setting the bufsize argument to the Popen call would be a better idea.
I found that BufferedReader/Writer were using a DEFAULT_BUFFER_SIZE set somewhere in the c part of io. To cut down on magic numbers, this imaplib patch imports that constant and uses it on the Popen call.
It doesn't seem to introduce test failures and still fixes the imap desynchronization problem seen at the porting clinic. |
|
Date |
User |
Action |
Args |
2013-03-19 04:50:58 | detrout | set | recipients:
+ detrout, gregory.p.smith, pitrou, r.david.murray |
2013-03-19 04:50:58 | detrout | set | messageid: <1363668658.35.0.713564037617.issue17443@psf.upfronthosting.co.za> |
2013-03-19 04:50:58 | detrout | link | issue17443 messages |
2013-03-19 04:50:58 | detrout | create | |
|