SF.net SVN: jython:[7265] trunk/jython/src/org/python/core/PyBaseException. java

[email protected] Thu, 24 Mar 2011 20:11:52 +0000
Newsgroups gmane.comp.lang.jython.cvs
Message-ID <[email protected]>
Revision: 7265
          http://jython.svn.sourceforge.net/jython/?rev=7265&view=rev
Author:   pjenvey
Date:     2011-03-24 20:11:52 +0000 (Thu, 24 Mar 2011)

Log Message:
-----------
oops, always null out message here

Modified Paths:
--------------
    trunk/jython/src/org/python/core/PyBaseException.java

Modified: trunk/jython/src/org/python/core/PyBaseException.java
===================================================================
--- trunk/jython/src/org/python/core/PyBaseException.java	2011-03-24 02:08:13 UTC (rev 7264)
+++ trunk/jython/src/org/python/core/PyBaseException.java	2011-03-24 20:11:52 UTC (rev 7265)
@@ -254,7 +254,7 @@
     public void delMessage() {
         if (__dict__ != null && (message = __dict__.__finditem__("message")) != null) {
             __dict__.__delitem__("message");
-            message = null;
         }
+        message = null;
     }
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar