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 holdenweb
Recipients holdenweb
Date 2010-06-30.12:28:20
SpamBayes Score 1.1840335e-05
Marked as misclassified No
Message-id <1277900903.38.0.556015912714.issue9124@psf.upfronthosting.co.za>
In-reply-to
Content
The attached program completes in less than half a second under Python 2.5. Under Python 3 it takes almost three minutes on the same system. The issue appears to be heavy use of decoding, at least in a Windows system, during creation of the mailbox toc. The disparity may be less remarkable when not profiling.

Further attachments will include a test data file (a Thunderbird mailbox taken from the same host system) and profiler outputs from the 2.5 and 3.1 runs of this program.
History
Date User Action Args
2010-06-30 12:28:23holdenwebsetrecipients: + holdenweb
2010-06-30 12:28:23holdenwebsetmessageid: <1277900903.38.0.556015912714.issue9124@psf.upfronthosting.co.za>
2010-06-30 12:28:21holdenweblinkissue9124 messages
2010-06-30 12:28:20holdenwebcreate