[Python-Dev] PEP 550 v3 naming

Ethan Furman ethan at stoneleaf.us
Mon Aug 21 12:37:29 EDT 2017


On 08/21/2017 04:43 AM, Antoine Pitrou wrote:
> On Mon, 21 Aug 2017 01:45:05 -0400
> "Jim J. Jewett" <jimjjewett at gmail.com> wrote:
>> Building on Brett's suggestion:
>>
>>      FrameContext: used in/writable by one frame
>
> It's not frame-specific, it's actually shared by an arbitrary number of
> frames (by default, all frames in a given thread).

You're thinking too specifically.  A FrameContext/LogicalContext/LocalContext/etc is just a larger frame; although I 
would go with ExecutionContext/ContextFrame, myself.

--
~Ethan~



More information about the Python-Dev mailing list