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.

Unsupported provider

Author pfein
Recipients pfein
Date 2008-01-18.23:55:05
SpamBayes Score 0.00087049976
Marked as misclassified No
Message-id <1200700507.1.0.447960408936.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
threading.local doesn't free attributes assigned to a local() instance
when the assigning thread exits.  See attached patch for
_threading_local.py doctests.

Per discussion with Crys and arkanes in #python, this may be an issue
with  PyThreadState_Clear / PyThreadState_GetDict

This appears to affect both thread._local and _threading_local.py
History
Date User Action Args
2008-01-18 23:55:07pfeinsetspambayes_score: 0.0008705 -> 0.00087049976
recipients: + pfein
2008-01-18 23:55:07pfeinsetspambayes_score: 0.0008705 -> 0.0008705
messageid: <1200700507.1.0.447960408936.issue1868@psf.upfronthosting.co.za>
2008-01-18 23:55:06pfeinlinkissue1868 messages
2008-01-18 23:55:05pfeincreate