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 tamino
Recipients amaury.forgeotdarc, christian.heimes, gregory.p.smith, pfein, tamino
Date 2008-08-28.22:11:30
SpamBayes Score 9.7362936e-05
Marked as misclassified No
Message-id <1219961494.62.0.824530311822.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
Christian,

Your patch works for me -- thanks!!

I made a slight modification to your patch to allow "del" to work,
and have attached my modified version.

I agree that allowing subclassing makes thread._local harder to get
right than it would otherwise be. There is code out there that uses
that feature, though -- I'm running into it in the context of django,
which (when using the sqlite database back end) keeps its sqlite
connections in a subclass of thread._local.
History
Date User Action Args
2008-08-28 22:11:34taminosetrecipients: + tamino, gregory.p.smith, amaury.forgeotdarc, christian.heimes, pfein
2008-08-28 22:11:34taminosetmessageid: <1219961494.62.0.824530311822.issue1868@psf.upfronthosting.co.za>
2008-08-28 22:11:33taminolinkissue1868 messages
2008-08-28 22:11:32taminocreate