Per thread data

Jean-Paul Calderone exarkun at divmod.com
Mon Jul 9 09:13:20 EDT 2007


On Mon, 09 Jul 2007 13:57:02 +0100, Will McGugan <will at willnomcguganspam.com> 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



More information about the Python-list mailing list