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.
Showing
Please register or sign in to comment