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 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