Author: tack
Date: Tue Apr 25 23:27:18 2006
New Revision: 1505

Modified:
   trunk/base/src/ipc.py

Log:
Stupid annoying exceptions on shutdown


Modified: trunk/base/src/ipc.py
==============================================================================
--- trunk/base/src/ipc.py       (original)
+++ trunk/base/src/ipc.py       Tue Apr 25 23:27:18 2006
@@ -984,6 +984,10 @@
             self._ipc_client._decref_proxied_object(self._ipc_obj)
         except IPCDisconnectedError:
             pass
+        except TypeError:
+            # Suppress lame exceptions on shutdown due to modules having gone
+            # away.
+            pass
 
 
     def _ipc_get_str(self):


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to