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.

-- 
using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to double free 
or corrupt
https://bugs.launchpad.net/bugs/115655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to