This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients docs@python, eryksun, ethan.furman, paul.moore, rhettinger
Date 2015-04-21.16:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429633161.55.0.0797261151345.issue24020@psf.upfronthosting.co.za>
In-reply-to
Content
http://stackoverflow.com/q/1408171/208880

No, it just says (towards the top):
----------------------------------
> One important thing that everybody seems to neglect to mention is that writing
> threadLocal = threading.local() at the global level is required. Calling
> threading.local() within the worker function will not work.

It is now my experience that "will not work" (reliably) is accurate.
History
Date User Action Args
2015-04-21 16:19:21ethan.furmansetrecipients: + ethan.furman, rhettinger, paul.moore, docs@python, eryksun
2015-04-21 16:19:21ethan.furmansetmessageid: <1429633161.55.0.0797261151345.issue24020@psf.upfronthosting.co.za>
2015-04-21 16:19:21ethan.furmanlinkissue24020 messages
2015-04-21 16:19:21ethan.furmancreate