Antoine Pitrou <pit...@free.fr> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3526> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com