Commit 9b2108be authored by Jason Madden's avatar Jason Madden

Need weakref

parent ef6588d2
...@@ -227,6 +227,7 @@ class RLock(object): ...@@ -227,6 +227,7 @@ class RLock(object):
'_block', '_block',
'_owner', '_owner',
'_count', '_count',
'__weakref__',
) )
def __init__(self): def __init__(self):
......
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