On Mon, 09 Jul 2007 13:57:02 +0100, Will McGugan <[EMAIL PROTECTED]> wrote:
>Hi,
>
>Is there a canonical way of storing per-thread data in Python?
>

See threading.local:

  http://python.org/doc/lib/module-threading.html

Jean-Paul
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to