Comment 9 for bug 115655

Revision history for this message
David Ross (david-ross) wrote :

apologies for the file naming.

python-fam-patch2.diff is a patch for gutsy
python-fam-feisty-proposed-p1.diff is for the feisty updates

Python 2.4 still maps PyMem_DEL() to PyObject_ methods. The patch just changes bad code to correct code. The objects were originally created using PyObject, they SHOULD have been deleted using PyObject, instead the author used PyMem. I have no idea why, but PyObject is the correct method. Since feisty only supports 2.4 and 2.5, I tested both using webware as my test. Webware using python-fam quite a bit.