[Python-Dev] PEP 550 v3 naming

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Aug 21 20:02:07 EDT 2017


Yury Selivanov wrote:
> I can certainly see how "ContextFrame" can be correct if we think
> about "frame" as a generic term, but in Python, people will
> inadvertently think about a connection with frame objects/stacks.

Calling it ExecutionContextFrame rather than just ContextFrame
would make it clear that it relates to ExecutionContexts in
particular.

-- 
Greg


More information about the Python-Dev mailing list