Re: [Python-ideas] binding vs rebinding

Feb. 8, 2009
8:34 a.m.
[Redirecting to python-ideas] 2009/2/8 Bruce Leban <bruce@leapyear.org>:
That's impossible. Functions are python objects which are bound to variables at runtime. At compile time (when it has to be decided which variable is local and which is local), there is no way to know if a variable will be bound to a function or to another object. Worse, many python objects are callable without being functions. -- Arnaud
5883
Age (days ago)
5883
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arnaud Delobelle