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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2014-04-07.09:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396862683.87.0.665168688656.issue21165@psf.upfronthosting.co.za>
In-reply-to
Content
codecs.charmap_build() (PyUnicode_BuildEncodingMap()) creates a C array ("a three-level trie") for fast lookup. It is used with codecs.charmap_encode() for 8-bit encodings. We may reuse it.
History
Date User Action Args
2014-04-07 09:24:43vstinnersetrecipients: + vstinner, serhiy.storchaka
2014-04-07 09:24:43vstinnersetmessageid: <1396862683.87.0.665168688656.issue21165@psf.upfronthosting.co.za>
2014-04-07 09:24:43vstinnerlinkissue21165 messages
2014-04-07 09:24:43vstinnercreate