24 Sep
2019
24 Sep
'19
8:54 a.m.
On Tue, Sep 24, 2019 at 5:55 AM Stephen J. Turnbull < turnbull.stephen.fw@u.tsukuba.ac.jp> 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