[Python-Dev] Cloning threading.py using proccesses

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Oct 12 01:30:26 CEST 2006


Fredrik Lundh wrote:

> 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?

Even if it weren't faster than marshal, it could still
be useful to have something nearly as fast that used
a python-version-independent protocol.

--
Greg


More information about the Python-Dev mailing list