[issue21448] Email Parser use 100% CPU

R. David Murray report at bugs.python.org
Tue May 6 22:03:51 CEST 2014


R. David Murray added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list