[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 709d23dee69e700b87d5a4cb59e149d0e1af7993 by Victor Stinner in branch 'master': bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) https://github.com/python/cpython/commit/709d23dee69e700b87d5a4cb59e149d0e1af7993 -- ___

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12979 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 43fc3bb7cf0278735eb0010d7b3043775a120cb5 by Victor Stinner in branch 'master': bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) https://github.com/python/cpython/commit/43fc3bb7cf0278735eb0010d7b3043775a120cb5 -- _

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12974 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset e251095a3f4778102f554cecffcfd837f4d1db6c by Victor Stinner in branch 'master': bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) https://github.com/python/cpython/commit/e251095a3f4778102f554cecffcfd837f4d1db6c -- ___

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +12973 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue36775] Rework filesystem codec implementation

2019-05-02 Thread STINNER Victor
New submission from STINNER Victor : 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 n