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 surkamp
Recipients surkamp
Date 2008-10-22.18:40:35
SpamBayes Score 3.8465123e-06
Marked as misclassified No
Message-id <1224700839.13.0.201844476382.issue4177@psf.upfronthosting.co.za>
In-reply-to
Content
If you try to create a MIMEText object from a very large string (test
case include a 40Mbytes string), the program just eat all the CPU and
with high memory usage or raise a MemoryError. Sometimes it just
deadlocks when using _charset = "iso-8859-1".

Use the submited file and the script to test the case.

** On Linux its very slow, but work's ** - the problem occour on a
FreeBSD installation.
History
Date User Action Args
2008-10-22 18:40:39surkampsetrecipients: + surkamp
2008-10-22 18:40:39surkampsetmessageid: <1224700839.13.0.201844476382.issue4177@psf.upfronthosting.co.za>
2008-10-22 18:40:38surkamplinkissue4177 messages
2008-10-22 18:40:36surkampcreate