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 r.david.murray
Recipients barry, jader.fabiano, r.david.murray
Date 2014-05-06.20:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399406631.38.0.640618573571.issue21448@psf.upfronthosting.co.za>
In-reply-to
Content
We'll need the data file as well.  This is going to be a data-dependent issue.  With a 12MB body, I'm guessing there's some decoding pathology involved, which may or may not have been already fixed in python3.

To confirm this you could use HeaderParser instead of Parser, which won't try to decode the body.
History
Date User Action Args
2014-05-06 20:03:51r.david.murraysetrecipients: + r.david.murray, barry, jader.fabiano
2014-05-06 20:03:51r.david.murraysetmessageid: <1399406631.38.0.640618573571.issue21448@psf.upfronthosting.co.za>
2014-05-06 20:03:51r.david.murraylinkissue21448 messages
2014-05-06 20:03:51r.david.murraycreate