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 gregory.p.smith
Recipients amaury.forgeotdarc, christian.heimes, gregory.p.smith, pfein
Date 2008-08-28.05:29:25
SpamBayes Score 0.00017682843
Marked as misclassified No
Message-id <1219901368.02.0.685046997613.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
I like Amaury's patch, it gets rid of what seems like an existing gross
hack of having localobject->dict exist at all.

I believe it may also fix #3710 by getting rid of the unnecessary
localobject->dict member.

Could someone else please review this?

threading_local.patch is available for review here:
http://codereview.appspot.com/3641
History
Date User Action Args
2008-08-28 05:29:28gregory.p.smithsetrecipients: + gregory.p.smith, amaury.forgeotdarc, christian.heimes, pfein
2008-08-28 05:29:28gregory.p.smithsetmessageid: <1219901368.02.0.685046997613.issue1868@psf.upfronthosting.co.za>
2008-08-28 05:29:26gregory.p.smithlinkissue1868 messages
2008-08-28 05:29:25gregory.p.smithcreate