[Python-Dev] The decorator module

Michele Simionato michele.simionato at gmail.com
Tue May 10 15:15:17 CEST 2005


On 5/10/05, Michele Simionato <michele.simionato at gmail.com> wrote:
> 
> Well, actually I am even more ambitious than that: not only I would like
> to be able to copy functions, but I also would like to be able to subclass
> FunctionType with an user-defined __copy__ method.

BTW,  it seems possible to copy closures, but how about *pickling* them?
Is that technically feasible with a reasonable affort or is it a mess?

  Michele Simionato


More information about the Python-Dev mailing list