Parallelization on muli-CPU hardware?

Alex Martelli aleaxit at yahoo.com
Thu Oct 7 12:26:11 EDT 2004


Aahz <aahz at pythoncraft.com> wrote:
   ...
> The problem is that CPython doesn't have thread-local storage.  All

In 2.4 it does -- see threading.local documentation at
<http://www.python.org/dev/doc/devel/lib/module-threading.html> (and
even better, the docstring of the new _threading_local module).


Alex



More information about the Python-list mailing list