Commit 189653a2 authored by Vincent Pelletier's avatar Vincent Pelletier

This is a foreign class' private attribute, so requires some black magic.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1751 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4ed74d9e
......@@ -116,7 +116,7 @@ class VerboseRLock(VerboseLockBase):
self.lock = threading_RLock()
def _locked(self):
return self.lock.__block.locked()
return self.lock._RLock__block.locked()
def _is_owned(self):
return self.lock._is_owned()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment