[Python-Dev] PEP 539 v3: A new C API for Thread-Local Storage in CPython
Nick Coghlan
ncoghlan at gmail.com
Fri Sep 8 13:09:37 EDT 2017
On 8 September 2017 at 08:58, Masayuki YAMAMOTO
<ma3yuki.8mamo10 at gmail.com> wrote:
> Awesome! Thank you for accepting the PEP :)
> The only thing missing is a reference implementation, I'm going to complete.
>
> BTW, one of TSS keys is going to move to the runtime struct by bpo-30860
> "Consolidate stateful C globals under a single struct". Although that's PR
> was merged, the issue status is still open yet. Is there a chance for
> rollback?
No, we genuinely want to consolidate that state into a single shared
location. However, the struct definition can be adjusted as needed as
part of the PEP 539 implementation (and we'll get Eric Snow to be one
of the PR reviewers).
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list