Message68877
| 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:15 | amaury.forgeotdarc | set | spambayes_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:14 | amaury.forgeotdarc | set | spambayes_score: 0.00125133 -> 0.00125133 messageid: <1214666174.63.0.820972794207.issue3088@psf.upfronthosting.co.za> |
| 2008-06-28 15:16:13 | amaury.forgeotdarc | link | issue3088 messages |
| 2008-06-28 15:16:13 | amaury.forgeotdarc | create | |