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