[Python-Dev] PEP 550 v3 naming

Antoine Pitrou solipsis at pitrou.net
Mon Aug 21 07:43:48 EDT 2017


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).

Regards

Antoine.




More information about the Python-Dev mailing list