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.20:24:48
SpamBayes Score 4.656206e-05
Marked as misclassified No
Message-id <1219955090.73.0.662828832618.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
I like this patch, too! I think it's a much cleaner way of implementing
the thread._local type. However, when I test it, I have problems with
subclasses of thread._local; using the class itself seems to work.

I've attached a test program that shows the issue.
History
Date User Action Args
2008-08-28 20:24:51taminosetrecipients: + tamino, gregory.p.smith, amaury.forgeotdarc, christian.heimes, pfein
2008-08-28 20:24:50taminosetmessageid: <1219955090.73.0.662828832618.issue1868@psf.upfronthosting.co.za>
2008-08-28 20:24:49taminolinkissue1868 messages
2008-08-28 20:24:49taminocreate