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-19.04:50:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363668658.35.0.713564037617.issue17443@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-19 04:50:58detroutsetrecipients: + detrout, gregory.p.smith, pitrou, r.david.murray
2013-03-19 04:50:58detroutsetmessageid: <1363668658.35.0.713564037617.issue17443@psf.upfronthosting.co.za>
2013-03-19 04:50:58detroutlinkissue17443 messages
2013-03-19 04:50:58detroutcreate