[Python-Dev] PEP 567 v2

Nathaniel Smith njs at pobox.com
Fri Jan 5 18:31:06 EST 2018


On Thu, Jan 4, 2018 at 4:48 PM, Guido van Rossum <guido at python.org> wrote:
> Your suggestions sound reasonable, but we are now running into a logistical
> problem -- I don't want to decide this unilaterally but Yury is on vacation
> until Jan 15. That gives us at most 2 weeks for approval of the PEP and
> review + commit of the implementation
> (https://github.com/python/cpython/pull/5027) before the 3.7.0 feature
> freeze / beta (Jan 29).

I don't think there are any fundamental disagreements here, so I guess
we can sort something out pretty quickly once Yury gets back.

> [Even later] Re: your other suggestion, why couldn't the threadstate contain
> just the Context? It seems one would just write
> tstate->current_context->_data everywhere instead of
> tstate->current_context_data.

Yeah, that's probably better :-).

-n

-- 
Nathaniel J. Smith -- https://vorpus.org


More information about the Python-Dev mailing list