mailr19590 - /trunk/prompt/interpreter.py


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

Header


Content

Posted by edward on April 22, 2013 - 17:08:
Author: bugman
Date: Mon Apr 22 17:08:35 2013
New Revision: 19590

URL: http://svn.gna.org/viewcvs/relax?rev=19590&view=rev
Log:
Removed a nasty kludge for releasing the execution lock on failure.

This kludge, after the bug fix for https://gna.org/bugs/?20756, was causing 
failures in the test
suite.


Modified:
    trunk/prompt/interpreter.py

Modified: trunk/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/prompt/interpreter.py?rev=19590&r1=19589&r2=19590&view=diff
==============================================================================
--- trunk/prompt/interpreter.py (original)
+++ trunk/prompt/interpreter.py Mon Apr 22 17:08:35 2013
@@ -487,9 +487,6 @@
     except AllRelaxErrors:
         instance = sys.exc_info()[1]
 
-        # Unlock execution.
-        status.exec_lock.release()
-
         # Throw the error.
         if raise_relax_error:
             raise




Related Messages


Powered by MHonArc, Updated Mon Apr 22 17:20:02 2013