mailr19591 - in /branches/relax_disp: ./ 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:09:
Author: bugman
Date: Mon Apr 22 17:09:05 2013
New Revision: 19591

URL: http://svn.gna.org/viewcvs/relax?rev=19591&view=rev
Log:
Merged revisions 19590 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r19590 | bugman | 2013-04-22 17:08:35 +0200 (Mon, 22 Apr 2013) | 6 lines
  
  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:
    branches/relax_disp/   (props changed)
    branches/relax_disp/prompt/interpreter.py

Propchange: branches/relax_disp/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Apr 22 17:09:05 2013
@@ -1,1 +1,1 @@
-/trunk:1-19583
+/trunk:1-19590

Modified: branches/relax_disp/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/interpreter.py?rev=19591&r1=19590&r2=19591&view=diff
==============================================================================
--- branches/relax_disp/prompt/interpreter.py (original)
+++ branches/relax_disp/prompt/interpreter.py Mon Apr 22 17:09:05 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 Tue Apr 23 00:00:02 2013