Re: [Python-ideas] PEP 540: Add a new UTF-8 mode

2017-01-07 Thread Nick Coghlan
On 8 January 2017 at 02:47, Stephen J. Turnbull wrote: > I agree that people around me mostly know only two encodings: "works > for me" and "mojibake", but they also use locales configured for them > by technical staff. On top of that, international students

[Python-ideas] PEP 538: Coercing the legacy C locale to C.UTF-8

2017-01-07 Thread Nick Coghlan
Hi folks, Many of you would have seen Victor's recent PEP proposing the introduction a new "UTF-8" mode that told Python to use UTF-8 by default in the legacy C locale (similar to the way CPython behaves on Mac OS X, Android and iOS), as well as allowing explicit selection of that mode regardless

Re: [Python-ideas] New PyThread_tss_ C-API for CPython

2017-01-07 Thread Masayuki YAMAMOTO
2016-12-31 16:42 GMT+09:00 Nick Coghlan : > On 31 December 2016 at 08:24, Masayuki YAMAMOTO > wrote: > >> I have read the discussion and I'm sure that use structure as Py_tss_t >> instead of platform-specific data type. Just as Steve said that