Antoine Pitrou <pit...@free.fr> added the comment:

<i>As I understand it, functions are "name-resolved" before the arguments are 
evaluated,</i>

There is no difference between resolution of function names and of other names. 
For example, global names (LOAD_GLOBAL) are resolved entirely at runtime (just 
before the function gets called).

The specialization issue means this would cooperate well with a globals cache 
(I've got a lingering patch for this, will post in a separate issue).

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to