[Python-Dev] PEP 550 v3 (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Tue Aug 22 01:09:05 EDT 2017


On 22 August 2017 at 09:39, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:

Ethan Furman wrote:

So I like ExecutionContext for the stack of WhateverWeCallTheOtherContext contexts. But what do we call it? How about ExecutionContextFrame, by analogy with stack/stack frame.

My latest suggestion to Yury was to see how the PEP reads with it called ImplicitContext, such that:

That proposal came from an initial attempt at redrafting the Abstract and Rationale sections, where it turns out that one of the things the current version of the PEP is somewhat taking for granted is that the reader already has a particular understanding of the difference between explicit state management (i.e. passing things around as function arguments and instance attributes) and implicit state management (i.e. relying on process globals and thread locals).

Cheers, Nick.

-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia



More information about the Python-Dev mailing list