[Python-Dev] Cloning threading.py using proccesses

Fredrik Lundh fredrik at pythonware.com
Wed Oct 11 18:41:52 CEST 2006


Josiah Carlson wrote:

> It would basically be something along the lines of cPickle, but would
> only support the basic types of: int, long, float, str, unicode, tuple,
> list, dictionary.

if you're aware of a way to do that faster than the current marshal 
implementation, maybe you could work on speeding up marshal instead?

</F>



More information about the Python-Dev mailing list