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 aimacintyre
Recipients aimacintyre, mark.dickinson, robrien
Date 2008-09-17.16:15:24
SpamBayes Score 0.0023009114
Marked as misclassified No
Message-id <1221668147.39.0.742100540413.issue3862@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, your patch will probably get the test to pass, but the underlying
reason the test is failing appears to be unexpected behaviour of the
platform malloc().

FreeBSD 7.0 introduced a new malloc() implementation that relies on
mmap() and this is behaving differently to the malloc() implementation
in FreeBSD 6.3 which relied on sbrk().

I have posted a query about the new malloc()'s behaviour to a FreeBSD
forum and will report what I find out.
History
Date User Action Args
2008-09-17 16:15:47aimacintyresetrecipients: + aimacintyre, mark.dickinson, robrien
2008-09-17 16:15:47aimacintyresetmessageid: <1221668147.39.0.742100540413.issue3862@psf.upfronthosting.co.za>
2008-09-17 16:15:26aimacintyrelinkissue3862 messages
2008-09-17 16:15:25aimacintyrecreate