[Python-Dev] PEP 550 v3 naming

Yury Selivanov yselivanov.ml at gmail.com
Mon Aug 21 13:17:15 EDT 2017


-1 on using "frame" in PEP 550 terminology. Antoine is right, the API
is not frame-specific, and "frame" in Python has only one meaning.

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.

Yury


More information about the Python-Dev mailing list