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, ethan.furman
Date 2015-04-21.13:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429623745.88.0.884525571571.issue24020@psf.upfronthosting.co.za>
In-reply-to
Content
In order to work correctly, threading.local() must be run in global scope, yet that tidbit is missing from both the docs and the _threading_local.py file.

Something like:

.. note::
   threading.local() must be run at global scope to function properly.

That would have saved me hours of time.  Thank goodness for SO!  ;)
History
Date User Action Args
2015-04-21 13:42:25ethan.furmansetrecipients: + ethan.furman, docs@python
2015-04-21 13:42:25ethan.furmansetmessageid: <1429623745.88.0.884525571571.issue24020@psf.upfronthosting.co.za>
2015-04-21 13:42:25ethan.furmanlinkissue24020 messages
2015-04-21 13:42:25ethan.furmancreate