Re: [Python-Dev] 2.5 portability problems

2006-11-16 Thread Fredrik Lundh
Martin v. Löwis wrote: I'd like to share an observation on portability of extension modules to Python 2.5: python-ldap would crash on Solaris, see http://groups.google.com/group/comp.lang.python/msg/a678a969c90f21ab?dmode=sourcehl=en It turns out that this was caused by a mismatch in

[Python-Dev] 2.5 portability problems

2006-11-15 Thread Martin v. Löwis
I'd like to share an observation on portability of extension modules to Python 2.5: python-ldap would crash on Solaris, see http://groups.google.com/group/comp.lang.python/msg/a678a969c90f21ab?dmode=sourcehl=en It turns out that this was caused by a mismatch in malloc families (PyMem_Del vs.