[Stackless] Problem Unpickling Class

olsongt at verizon.net olsongt at verizon.net
Thu Jul 27 18:56:22 CEST 2006


>
> > This has made me a little weary of pickling tasklets
> > that are running class methods instead of functions.
>
> From a software engineering perspective, I probably
> will not shift to using functions. Better to figure
> out how to make this work properly.

Although now that I think about it, you have the same issue with pickling any class instance, with or without stackless.

Thinking more about the last time I tried to pickle tasklets, it was reliably re-establishing channels between senders and receivers that made me a little uncomfortable.  I was just goofing around though and didn't give it that much thought.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list