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

2016-12-17 Thread Stephen J. Turnbull
Erik Bray writes: > Abstract > > > The proposal is to add a new Thread Local Storage (TLS) API to CPython > which would supersede use of the existing TLS API within the CPython > interpreter, while deprecating the existing API. Thank you for the analysis. > Further, the old PyTh

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

2016-12-17 Thread Masayuki YAMAMOTO
2016-12-17 18:35 GMT+09:00 Stephen J. Turnbull : > I don't understand this. I assume that there are no such platforms > supported at present. I would think that when such a platform becomes > supported, code supporting "key" functions becomes unsupportable > without #ifdefs on that platform, at