Will McGugan <[EMAIL PROTECTED]> writes: > Is there a canonical way of storing per-thread data in Python?
mydata = threading.local() mydata.x = 1 ... http://docs.python.org/lib/module-threading.html -- http://mail.python.org/mailman/listinfo/python-list