mailr14533 - /1.3/status.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 31, 2011 - 11:00:
Author: bugman
Date: Wed Aug 31 11:00:16 2011
New Revision: 14533

URL: http://svn.gna.org/viewcvs/relax?rev=14533&view=rev
Log:
The pipe_lock locking object is now the special Relax_lock.

This will allow for fine grained debugging.


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=14533&r1=14532&r2=14533&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Wed Aug 31 11:00:16 2011
@@ -66,7 +66,7 @@
         self.exec_lock = Exec_lock()
 
         # The data pipe lock object.
-        self.pipe_lock = RLock()
+        self.pipe_lock = Relax_lock()
 
         # The molecule, residue, spin structure lock object.
         self.spin_lock = Relax_lock()




Related Messages


Powered by MHonArc, Updated Wed Aug 31 11:20:02 2011