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, jcea, pitrou, vstinner
Date 2008-09-04.14:14:25
SpamBayes Score 0.00029813973
Marked as misclassified No
Message-id <1220537667.68.0.0372429876921.issue3618@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. The RLock implementation is naive and as simple as
possible. It doesn't solve Haypo's case, probably because the tracing
func kicks in in the RLock code itself.

I don't want to make a decision on this alone, so someone please advise.
History
Date User Action Args
2008-09-04 14:14:27pitrousetrecipients: + pitrou, gregory.p.smith, jcea, vstinner
2008-09-04 14:14:27pitrousetmessageid: <1220537667.68.0.0372429876921.issue3618@psf.upfronthosting.co.za>
2008-09-04 14:14:27pitroulinkissue3618 messages
2008-09-04 14:14:26pitroucreate