[Python-Dev] PEP 550 v3 naming

Ethan Furman ethan at stoneleaf.us
Wed Aug 23 15:08:50 EDT 2017


On 08/23/2017 11:27 AM, Yury Selivanov wrote:

> Out of what was proposed so far to replace Logical Context:
>
>[...]
>
> I don't think that replacing LogicalContext with any name in this list
> will make any improvement.

How about ExecutionContext and ContextVars ?

We are already used to different levels of variables: global, local, non-local, class.  I think having variables tied to 
a Context, and having search flow back to previous Contexts, would be easy to understand.

--
~Ethan~


More information about the Python-Dev mailing list