[issue3526] Customized malloc implementation on SunOS and AIX

Sébastien Sablé report at bugs.python.org
Wed Sep 10 18:33:04 CEST 2008


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

My previous patch has a small problem as I believed dlmalloc was always
returning a non-NULL value, even when asking for 0 bytes.

It turns out not to be the case, so here is a new patch
(patch_dlmalloc3.diff) which must be applied after the previous one
(patch_dlmalloc2.diff) to correct this problem.

Added file: http://bugs.python.org/file11459/patch_dlmalloc3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3526>
_______________________________________


More information about the Python-bugs-list mailing list