In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
>>> The mapping of name:address is part of the *compilation* process -- >>> the compiler knows that variable 'x' corresponds to location >>> 12345678 Just to pick a nit, the compiler probably doesn't know that, but the linker does (or maybe even the run-time loader). However, we can think of all of those as just part of the compilation tool chain, and then we're good. -- http://mail.python.org/mailman/listinfo/python-list
