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 Laurens
Recipients Laurens, amaury.forgeotdarc, dsm001, eric.smith, pitrou
Date 2011-02-04.20:09:29
SpamBayes Score 0.0001374695
Marked as misclassified No
Message-id <1296850169.75.0.901734424017.issue11114@psf.upfronthosting.co.za>
In-reply-to
Content
All,

thanks for your help. Opening the file in binary mode worked immediately in the toy program (that is, the benchmark code I sent you). (Antoine, thanks for the hint.) In my real world program, I solved the problem by reading a line from a binary input file, and decode it explicitly and immediately to a string. The performance has become acceptable now, and I propose to close this issue.


Thanks again, cheers,

Laurens
History
Date User Action Args
2011-02-04 20:09:29Laurenssetrecipients: + Laurens, amaury.forgeotdarc, pitrou, dsm001, eric.smith
2011-02-04 20:09:29Laurenssetmessageid: <1296850169.75.0.901734424017.issue11114@psf.upfronthosting.co.za>
2011-02-04 20:09:29Laurenslinkissue11114 messages
2011-02-04 20:09:29Laurenscreate