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=source&hl=en
>
> It turns out that this was caused by a mismatch i
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=source&hl=en
It turns out that this was caused by a mismatch in malloc
"families" (PyMem_Del vs. P