Message121076
<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). |
|
Date |
User |
Action |
Args |
2010-11-12 21:01:46 | pitrou | set | recipients:
+ pitrou, jhylton, nnorwitz, rhettinger, belopolsky, sdahlbac, titanstar, thomaslee, benjamin.peterson, alex, dmalcolm |
2010-11-12 21:01:46 | pitrou | set | messageid: <1289595706.38.0.682342517393.issue10399@psf.upfronthosting.co.za> |
2010-11-12 21:01:30 | pitrou | link | issue10399 messages |
2010-11-12 21:01:30 | pitrou | create | |
|