[Python-Dev] Capabilities

Samuele Pedroni pedronis@bluewin.ch
Tue, 11 Mar 2003 18:30:27 +0100


From: "Samuele Pedroni" <pedronis@bluewin.ch>
> For sure a good thing would be for func_* and im_* attributes of functions
and
> methods to be substituted by special accessor functions/objects,
indipendently
> of restricted mode.

to clarify:

I mean something like

func_globals(f)

vs

f.func_globals

regards