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

2016-12-16 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! Question: > Further,

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

2016-12-16 Thread Masayuki YAMAMOTO
Hi, I'm patch author, I don't need to say anything for Erik's draft. I feel awesome that it has been clearly to explain, especially for history of API and against PEP. Thanks for great job, Erik! Cheers, Masayuki ___ Python-ideas mailing list

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

2016-12-16 Thread Chris Angelico
On Fri, Dec 16, 2016 at 11:07 PM, Erik Bray wrote: > I haven't written this up in the proper PEP format because I want to > see if the idea has some broader support first, and it's also not > clear to me whether C-API changes (especially to undocumented APIs) > even require

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

2016-12-16 Thread Antoine Pitrou
On Fri, 16 Dec 2016 13:07:46 +0100 Erik Bray wrote: > Greetings all, > > I wanted to bring attention to an issue that's been languishing on the > bug tracker since last year, which I think would best be addressed by > changes to CPython's C-API. The original issue is at >

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

2016-12-16 Thread Zachary Ware
On Fri, Dec 16, 2016 at 6:07 AM, Erik Bray wrote: > Greetings all, > > I wanted to bring attention to an issue that's been languishing on the > bug tracker since last year, which I think would best be addressed by > changes to CPython's C-API. The original issue is at >

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

2016-12-16 Thread Erik Bray
Greetings all, I wanted to bring attention to an issue that's been languishing on the bug tracker since last year, which I think would best be addressed by changes to CPython's C-API. The original issue is at http://bugs.python.org/issue25658, but I have made an effort below in a sort of