[Zope-Checkins] CVS: Packages/DocumentTemplate  - DT_Try.py:1.3
   
    Jim Fulton
     
    jim@tarzan.digicool.com
       
    Wed, 30 Jun 1999 09:20:38 -0400
    
    
  
Update of /cvs-repository/Packages/DocumentTemplate
In directory tarzan.digicool.com:/projects/users/jim/lib/python/DocumentTemplate
Modified Files:
	DT_Try.py 
Log Message:
Fixed a memory leak!
You must *never* assign exc_info() (or sys.exc_info()[2] or
sys.exc_traceback) to a variable unless you also unassign it in a
finally or you'll generate a circular reference in the stack causing
all kinds of interesting things to get leaked.