On Tue, Sep 24, 2019 at 5:55 AM Stephen J. Turnbull <
[email protected]> wrote:

> Richard Musil writes:
>
>  > The implementation can be an additional attribute on an identifier
>
> That's not an implementation yet.  From the point of view of the
> Python program, an identifier is an entry in a namespace.  To describe
> an implementation of something that acts on identifiers, you need to
> say what namespaces are subject to this action, and what happens when
> the action might "cross" namespaces.
>

I am afraid this is where my abstraction ends, and my ignorance of Python
internal implementation begins. I cannot answer those questions.

Richard
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/IB2SH4FHMHK5TXGOQYP7G4UOEZR6T7NW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to