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 ezio.melotti, r.david.murray, socketpair, vstinner
Date 2015-12-13.19:01:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450033313.88.0.465760339197.issue25849@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still not seeing a bug.

If you have a performance enhancement or functional enhancement you'd like us to consider, please attach a patch, with benchmark results.

Since you say "are quite slow because of the reconstruction algorithm", what makes you say this?  I'd think the "algorithm" was just using the underlying bytes tell/seek value, which then becomes a black box token because it does not have a one to one releationship to the character count.
History
Date User Action Args
2015-12-13 19:01:53r.david.murraysetrecipients: + r.david.murray, vstinner, ezio.melotti, socketpair
2015-12-13 19:01:53r.david.murraysetmessageid: <1450033313.88.0.465760339197.issue25849@psf.upfronthosting.co.za>
2015-12-13 19:01:53r.david.murraylinkissue25849 messages
2015-12-13 19:01:53r.david.murraycreate