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 pitrou
Recipients BreamoreBoy, flub, loewis, neologix, pitrou, sable, tim.peters
Date 2011-04-26.19:21:56
SpamBayes Score 9.170782e-06
Marked as misclassified No
Message-id <1303845693.3518.68.camel@localhost.localdomain>
In-reply-to <BANLkTimL2Sei36=xqky6FwyLZ9o9eR80Jw@mail.gmail.com>
Content
> So how about a --with-dlmalloc=path/to/dlmalloc.c?

Can't you just add dlmalloc to LDFLAGS or something? Or would the
default malloc still be selected?

> This is
> similar in how python uses e.g. openssl to provide optional extra
> functionality/performance.

It's not really similar. OpenSSL provides functionality that's not
available through the standard library. Here, we're talking about an
alternative implementation of the standard C routines.
History
Date User Action Args
2011-04-26 19:21:57pitrousetrecipients: + pitrou, tim.peters, loewis, sable, flub, neologix, BreamoreBoy
2011-04-26 19:21:56pitroulinkissue3526 messages
2011-04-26 19:21:56pitroucreate