[issue1441530] socket read() can cause MemoryError in Windows

Márcio Faustino report at bugs.python.org
Wed Feb 24 10:02:21 CET 2010


Márcio Faustino <m.faustino at gmail.com> added the comment:

I've been also receiving the same error while using "imaplib.IMAP4_SSL" to download large e-mails.

A simple change in the "read" and "readline" functions to use instead a "cStringIO.StringIO" buffer object works for me.

----------
nosy: +marcio

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1441530>
_______________________________________


More information about the Python-bugs-list mailing list