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 pitrou
Recipients amaury.forgeotdarc, christian.heimes, gregory.p.smith, loewis, pfein, pitrou, tamino
Date 2010-08-21.22:21:02
SpamBayes Score 5.2644054e-07
Marked as misclassified No
Message-id <1282429264.42.0.392813446582.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
It should be noted that the original reason for this issue is already gone in SVN (as part of the reimplementation alluded to above), but the timing fragility is still there since there can be a thread switch between the moment the "dict" member is set and the moment it is actually used. Hence the patch I've posted, to get rid of the "dict" member and instead handle lookups of the __dict__ attributes ourselves.
History
Date User Action Args
2010-08-21 22:21:04pitrousetrecipients: + pitrou, loewis, gregory.p.smith, amaury.forgeotdarc, christian.heimes, pfein, tamino
2010-08-21 22:21:04pitrousetmessageid: <1282429264.42.0.392813446582.issue1868@psf.upfronthosting.co.za>
2010-08-21 22:21:02pitroulinkissue1868 messages
2010-08-21 22:21:02pitroucreate