This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sable
Recipients loewis, pitrou, sable, tim.peters
Date 2008-09-10.16:33:02
SpamBayes Score 0.009123122
Marked as misclassified No
Message-id <1221064384.3.0.611887379831.issue3526@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-10 16:33:04sablesetrecipients: + sable, tim.peters, loewis, pitrou
2008-09-10 16:33:04sablesetmessageid: <1221064384.3.0.611887379831.issue3526@psf.upfronthosting.co.za>
2008-09-10 16:33:03sablelinkissue3526 messages
2008-09-10 16:33:03sablecreate