[Zope-Checkins] CVS: Zope2 - cDocumentTemplate.c:1.28

Brian Lloyd brian@korak.digicool.com
Mon, 30 Aug 1999 13:18:08 -0400


Update of /cvs-repository/Zope2/lib/python/DocumentTemplate
In directory korak.digicool.com:/projects/sites/devzope/lib/python/DocumentTemplate

Modified Files:
	cDocumentTemplate.c 
Log Message:
Fixed a buglet in the cget method of TemplateDicts in cDocumentTemplate.c 
where we were forgetting a DECREF if an AttributeError occurred while trying
to call an object. That would cause an exceptions.AttributeError instance to
be leaked on the first evaluation of any object that turned out to be non-
callable.