Re: Pickle to source code

2005-10-26 Thread Olivier Dormond
Gabriel Genellina wrote: > Or perhaps: > > xxx = new.instance(MyClass, {'a':1,'b':2,'done':1}) > > In other words, I need a *string* which, being sent to eval(), would > return the original object state saved in the pickle. > As has been pointed, repr() would do that for simple types. But I need

Re: Alternatives to Stackless Python?

2005-09-23 Thread Olivier Dormond
Christophe wrote: > [EMAIL PROTECTED] a écrit : > >>> I found LGT http://lgt.berlios.de/ but it didn't seem as if the >>> NanoThreads module had the same capabilites as stackless. >> >> What specific capabilities of Stackless are you looking for, that are >> missing from NanoThreads? > > Capabili