[issue36775] Rework filesystem codec implementation

STINNER Victor report at bugs.python.org
Thu May 2 10:51:44 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

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

----------
components: Interpreter Core
messages: 341267
nosy: vstinner
priority: normal
severity: normal
status: open
title: Rework filesystem codec implementation
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36775>
_______________________________________


More information about the Python-bugs-list mailing list