Message 282048 - Python tracker

Message282048

Author John Helour
Recipients John Helour, lemburg, loewis, mdk, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-29.21:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480455156.18.0.136420773176.issue24339@psf.upfronthosting.co.za>
In-reply-to
Content
> Please also check whether it's not possible to reuse the charmap codec functions we have
 I've found nothing useful, maybe you (as the author) can find something really useful which can improve code readability or increase the performance.

Please look at the newest codec version, particularly on line:

tmp += bytearray(encoding_map[c], 'latin1', 'ignore')

It is about extended ascii inheritance. Is it reliable and fast enough?
History
Date User Action Args
2016-11-29 21:32:36John Heloursetrecipients: + John Helour, lemburg, loewis, vstinner, serhiy.storchaka, xiang.zhang, mdk
2016-11-29 21:32:36John Heloursetmessageid: <1480455156.18.0.136420773176.issue24339@psf.upfronthosting.co.za>
2016-11-29 21:32:36John Helourlinkissue24339 messages
2016-11-29 21:32:36John Helourcreate