Message 341267 - Python tracker

Message341267

Author vstinner
Recipients vstinner
Date 2019-05-02.14:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556808704.71.0.363298231326.issue36775@roundup.psfhosted.org>
In-reply-to
Content
I would like to add callbacks in PyInterpreterState for the filesystem encoding to avoid parsing the encoding name at each encode/decode call (PyUnicode_EncodeFSDefault, PyUnicode_DecodeFSDefault).
History
Date User Action Args
2019-05-02 14:51:44vstinnersetrecipients: + vstinner
2019-05-02 14:51:44vstinnersetmessageid: <1556808704.71.0.363298231326.issue36775@roundup.psfhosted.org>
2019-05-02 14:51:44vstinnerlinkissue36775 messages
2019-05-02 14:51:44vstinnercreate