Author: Kristján Valur Jónsson (kristjan.jonsson) *
Date: 2012-05-25 09:58
A number of places were using PyMem_Realloc() apis and PyObject_GC_Resize() with incorrect error handling. In case of errors, they would leak the original object. This patch fixes those cases.
Author: Kristján Valur Jónsson (kristjan.jonsson) *
Date: 2012-05-30 20:44
Since this is a trivial patch I'm going to go ahead and apply it. I was just waiting for the ability to run the full test suite in 64 bits, but that is currently broken due to some other issues.