[Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py Put this back: we need to do the dance differently for WSGI anyway.

Tres Seaver tseaver at palladion.com
Sat May 29 15:20:14 EDT 2010


Log message for revision 112842:
  Put this back:  we need to do the dance differently for WSGI anyway.

Changed:
  U   Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py

-=-
Modified: Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py
===================================================================
--- Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py	2010-05-29 18:56:22 UTC (rev 112841)
+++ Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py	2010-05-29 19:20:13 UTC (rev 112842)
@@ -80,4 +80,5 @@
         self._jar = jar
 
     def __del__(self):
+        transaction.abort()
         self._jar.close()



More information about the checkins mailing list