Re: Python 2.5 support

2006-09-22 Thread Bram Moolenaar
Sumner Hayes wrote: > Python 2.5 has tightened up the way it handles memory > allocation, and there's a mis-match in the way that > if_python.c handles memory allocation which worked > with earlier Python versions but causes vim to > seg-fault with 2.5. Essentially, PyMem_DEL shouldn't > be pair

Python 2.5 support

2006-09-19 Thread G. Sumner Hayes
Hi all, Python 2.5 has tightened up the way it handles memory allocation, and there's a mis-match in the way that if_python.c handles memory allocation which worked with earlier Python versions but causes vim to seg-fault with 2.5. Essentially, PyMem_DEL shouldn't be paired with PyObject allocati