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 Rhamphoryncus, giampaolo.rodola, jcea, pitrou
Date 2008-06-04.21:33:33
SpamBayes Score 0.07189679
Marked as misclassified No
Message-id <1212615214.89.0.693158450109.issue3001@psf.upfronthosting.co.za>
In-reply-to
Content
You should investigate and try to diagnose where the speed difference
comes from. ISTM the RLock class is implemented in Python while the Lock
class is simply an alias to the builtin native lock type, which could
explain most of the discrepancy.
History
Date User Action Args
2008-06-04 21:33:35pitrousetspambayes_score: 0.0718968 -> 0.07189679
recipients: + pitrou, jcea, Rhamphoryncus, giampaolo.rodola
2008-06-04 21:33:34pitrousetspambayes_score: 0.0718968 -> 0.0718968
messageid: <1212615214.89.0.693158450109.issue3001@psf.upfronthosting.co.za>
2008-06-04 21:33:34pitroulinkissue3001 messages
2008-06-04 21:33:33pitroucreate