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 loewis
Recipients janssen, loewis, ssoria
Date 2010-01-11.18:08:46
SpamBayes Score 0.0037943851
Marked as misclassified No
Message-id <1263233327.57.0.91104012.issue7672@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is not thread-safe. If two threads where to do the same thing simultaneously, they might (simultaneously) both determine that the lock is not installed, and then one would overwrite the lock of the other, leading exactly to the situation that the patch is meant to prevent.
History
Date User Action Args
2010-01-11 18:08:47loewissetrecipients: + loewis, janssen, ssoria
2010-01-11 18:08:47loewissetmessageid: <1263233327.57.0.91104012.issue7672@psf.upfronthosting.co.za>
2010-01-11 18:08:46loewislinkissue7672 messages
2010-01-11 18:08:46loewiscreate