Re: Pickling/unpickling top-level functions, classes etc.

2006-03-29 Thread Jim Gallacher
Graham Dumpleton wrote: Nicolas Are you okay with: http://issues.apache.org/jira/browse/MODPYTHON-81 Pickling/unpickling top-level functions defined in published module no longer works in mod_python 3.2 being resolved as "Won't Fix" and then closed? As I describe in: http://www.dscp

Re: Pickling/unpickling top-level functions, classes etc.

2006-03-29 Thread Nicolas Lehuen
OK, I'm +1 on the "Won't fix" status.I'm not proficient enough in the way unpickling works, but the fact that you cannot specify any namespace in which classes or functions names have to be resolved makes it quite clear that dynamic imports + unpickling functions and classes = not possible. Regards

Re: Pickling/unpickling top-level functions, classes etc.

2006-03-28 Thread Deron Meranda
On 3/29/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Are you okay with: > > http://issues.apache.org/jira/browse/MODPYTHON-81 > > Pickling/unpickling top-level functions defined in published > module no longer works in mod_python 3.2 > > being resolved as "Won't Fix" and then closed? I