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 pitrou
Recipients gregory.p.smith, pitrou, vstinner
Date 2008-08-21.12:20:04
SpamBayes Score 7.1852634e-07
Marked as misclassified No
Message-id <1219321231.48ad5d8f75360@imp.free.fr>
In-reply-to <1219318589.16.0.526735554317.issue3618@psf.upfronthosting.co.za>
Content
Selon STINNER Victor <report@bugs.python.org>:
>
> 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.

I tried your test and it seems to lock when using the Python implementation of
RLock, but perhaps it's precisely because the implementation is in Python.

Also, your RLock implementation has to be finished before going further ;)
(see my comments in #3001)
History
Date User Action Args
2008-08-21 12:20:07pitrousetrecipients: + pitrou, gregory.p.smith, vstinner
2008-08-21 12:20:04pitroulinkissue3618 messages
2008-08-21 12:20:04pitroucreate