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

Márcio Faustino report at bugs.python.org
Fri Jul 23 19:09:38 CEST 2010


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

I got that error on Windows 7 Professional 64 bits, using Python 2.6.4 64 bits.

I just changed the "imaplib.IMAP4_SSL" class, by making the "read" and "readline" functions use "cStringIO.StringIO()" instead of an array of strings for "chunks = []".

----------

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


More information about the Python-bugs-list mailing list