Segfaults with Python 2.5
Bug #222146 reported by
Shane Hathaway
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-cdb (Ubuntu) |
Triaged
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: python-cdb
This patch fixes segfaults caused by python-cdb in Python 2.5. I got it from Gentoo's python-cdb package. It appears that PyObject_DEL is the correct API whereas python-cdb is using PyMem_DEL instead.
To post a comment you must log in.
Note that this is very similar to bug #115655. Applying the patch might also solve bug #157251.