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 vstinner
Recipients gregory.p.smith, pitrou, vstinner
Date 2008-08-21.11:36:26
SpamBayes Score 0.013376027
Marked as misclassified No
Message-id <1219318589.16.0.526735554317.issue3618@psf.upfronthosting.co.za>
In-reply-to
Content
So if we consider that RLock is fast enough (see my C version of RLokc 
in #3001), we can use RLock instead of Lock to avoid this issue. Here 
is a patch to use RLock and also including an unit test of this issue.
History
Date User Action Args
2008-08-21 11:36:29vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou
2008-08-21 11:36:29vstinnersetmessageid: <1219318589.16.0.526735554317.issue3618@psf.upfronthosting.co.za>
2008-08-21 11:36:27vstinnerlinkissue3618 messages
2008-08-21 11:36:27vstinnercreate