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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, benjamin.peterson, donmez, gvanrossum, jnoller, mark.dickinson, paulmelis, roudkerk, tebeka
Date 2008-06-28.15:16:13
SpamBayes Score 0.0012513265
Marked as misclassified No
Message-id <1214666174.63.0.820972794207.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
I think I narrowed the problem to a race condition in *subclasses* of
threading.local:
In threadmodule.c::local_getattro, there is a chance that self->dict is
changed before PyObject_GenericGetAttr is called.
History
Date User Action Args
2008-06-28 15:16:15amaury.forgeotdarcsetspambayes_score: 0.00125133 -> 0.0012513265
recipients: + amaury.forgeotdarc, gvanrossum, barry, tebeka, mark.dickinson, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-06-28 15:16:14amaury.forgeotdarcsetspambayes_score: 0.00125133 -> 0.00125133
messageid: <1214666174.63.0.820972794207.issue3088@psf.upfronthosting.co.za>
2008-06-28 15:16:13amaury.forgeotdarclinkissue3088 messages
2008-06-28 15:16:13amaury.forgeotdarccreate